en:serialnum

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:serialnum [2023/10/25 22:20]
support
en:serialnum [2023/11/17 09:46] (current)
simon
Line 1: Line 1:
 ====== Serial Numbers ====== ====== Serial Numbers ======
  
->Serial numbers for products are an additional feature that provides the ability for more in-depth tracking and control of specific itemsEntering serial numbers is not mandatory for all products; it is applied only to items that have specified serial numbers. This feature enables precise tracking of product movement, which is particularly useful for high-value, technically complexor unique items. If necessary, serial numbers can be added during the product receiving stageallowing easy identification during order consolidation and enhancing overall inventory management transparency.+> Serial numbers for products are an additional feature available as part of the **report** and **API** subscription that provides the ability to track and control specific products in more detailIt is important to note that the entry of serial numbers is not mandatory for all products, but only for products where the customer has specified mandatory serial number tracking in the product card. This feature enables accurate tracking of product movements, which is particularly useful in accounting for high value, technically complex or unique products. If required, serial numbers can be added at goods receiptmaking them easy to identify during order consolidation and increasing the overall transparency of inventory management.
  
-====== How to specify that a product requires a serial number? ====== 
  
->Go to the product card. In the **Others** section, set the attribute **Yes** for the **Serial Number** field. This way, you inform the system that when the product is stored in the warehouse, a unique serial number must be assigned to each unit of the product.+====== How can you indicate that a product requires a serial number? ====== 
 + 
 +>Go to the product card. In the **Others** section, set the attribute **Yes** for the **Serial Number** field. In this way, you instruct the system that each unit of the product must be assigned a unique serial number when the product is stored in the warehouse.
 >>{{:ru:serialnumbers_1.png?800|}} {{:ru:serialnumbers_2.png?372|}} >>{{:ru:serialnumbers_1.png?800|}} {{:ru:serialnumbers_2.png?372|}}
  
 ---- ----
  
->To check the availability of products with specific serial numbers, go to the Warehouse section on the product card page. In the Serial number column, all available serial numbers for that product will be listed. Hereyou can easily verify the availability of the specific items you need.+> To check the availability of products with specific serial numbers, go to the **Warehouse** section on the product card page. All available serial numbers for this product are listed in the "Serial number" column. Here you can easily check the availability of the items you need.
 >>{{:ru:serialnum_3.png?600|}} {{:ru:serialnum_4.png?600|}} >>{{:ru:serialnum_3.png?600|}} {{:ru:serialnum_4.png?600|}}
  
-====== Assigning Serial Numbers to Items in Orders ======+---- 
 + 
 +> The serial numbers are also displayed in the general list of products in the system. Navigate to the **Warehouse** section, then go to the **Warehouse Products** tab and perform a search by product attribute or specific stock. The **Serial Num** column displays the serial number of the product that is in the Prep Center warehouse. 
 +>>{{:ru:serialwh_1.png?600|}} {{:ru:serialwh_2.png?600|}} 
 + 
 +====== Assignment of serial numbers to articles in orders ====== 
 + 
 +> Ysell.pro allows you to assign specific serial numbers to items during order processing. This feature ensures that each item shipped matches the requested serial number and guarantees a high degree of accuracy in order processing.
  
->Ysell.pro allows you to assign specific serial numbers to items when fulfilling orders. This feature ensures that each shipped item corresponds to the requested serial number, guaranteeing a high level of accuracy in order fulfillment. 
 ---- ----
  
->To specify a specific serial number for a product in your order, go to the respective order and add the item by clicking on the Add product button in the Order Content section. Thenin the pop-up window, search for the desired product. In the Serial Number field, select the serial number you want to use for shipment from the drop-down list. This step ensures accuracy and confidence that each item in the order will be shipped with the required serial number.+>To specify a particular serial number for a product in your order, go to the relevant order and add the item by clicking the **Add Product** button in the **Order Contents** section. Then search for the desired product in the pop-up window. In the **Serial Number** field, select the serial number you wish to use for shipping from the drop-down list. This step ensures that each item in the order is shipped with the required serial number.
 >>{{:ru:serialnumber_5.png?800|}} {{:ru:serialnum_7.png?400|}} >>{{:ru:serialnumber_5.png?800|}} {{:ru:serialnum_7.png?400|}}
  
-====== Working with serial numbers through API ======+====== Working with serial numbers via API ======
  
->Working with serial numbers through API ensures automation, accuracyand data security management. This allows for improved efficiency in business processes and ensures reliable tracking of goods.+> Working with serial numbers via API ensures automation, accuracy and data security management. This enables improved efficiency in business processes and ensures reliable tracking of goods.
  
-===== Specifying a serial number when adding/modifying an item in the order=====+===== Specification of a serial number when adding/changing an item in the order =====
  
->Use the following cURL command to create an order item and specify a serial number.:+>Use the following cURL command to create an order item and specify a serial number..:
 <WRAP CEnTER box 60%> <WRAP CEnTER box 60%>
 curl -X 'POST' \ curl -X 'POST' \
Line 42: Line 49:
 </WRAP> </WRAP>
  
->**POST** indicates that you are creating a new object (in this case, a new order item).+> **POST** indicates that you are creating a new object (in this case, a new order item). 
->**Headers** include accept and **Content-Type** to specify the data format, and **Authorization** for authentication using your token. +> **Headers** include accept and **Content-Type** to specify the data format, and **Authorization** for authentication using your token. 
->**Body** contains the data you send in the request. In this case, you specify the **order_id** (order ID), **product_id** (product ID), **quantity** (quantity of the product), and **serial_num** (serial number of the product). +> **Body** contains the data you send in the request. In this case, you specify the **order_id** (order ID), **product_id** (product ID), **quantity** (quantity of the product), and **serial_num** (serial number of the product). 
->This request will create a new order item with the specified serial number for the product..+> This request will create a new order item with the specified serial number for the product.
  
-===== Obtaining product serial numbers through API=====+===== Request product serial numbers via API =====
  
->Through the API, you can retrieve serial numbers currently in stock for a specific product, ensuring accurate inventory tracking, inventory controland fulfilling customer orders with the necessary item +Use the API to retrieve serial numbers that are currently in stock for a specific product to ensure accurate inventory tracking and control and fulfill customer orders with the desired item. 
->This cURL request is a GET request used to retrieve data from the specified endpoint. +> This cURL request is a GET request used to retrieve data from the specified endpoint. 
->This command will send a GET request to the specified API endpoint and retrieve data related to product serial numbers: https://yourwebsiteaddress.ysell.pro/api/v1/product/ExtID/serial-numbers."+> This command sends a GET request to the specified API endpoint and retrieves product serial number data: https://yourwebsiteaddress.ysell.pro/api/v1/product/ExtID/serial-numbers.
  • en/serialnum.1698265214.txt.gz
  • Last modified: 2023/10/25 22:20
  • by support