Inbound | POST | /master/uom-sku
Summary
This API is used to create a UOM SKU definition.
Description
The UOM (Unit of Measure) definition describes the relationship between different units of measure for items, such as eaches, boxes, cases, and pallets. It involves defining the primary UOM, and subsequent UOMs for the base SKU data setup.
...
Info |
---|
After definition of UOM SKUs, GRN can be done for UOM SKUs by scanning barcodes and selecting the UOM being inwarded. Post GRN, inventory will be exposed in eaches SKU and orders are received on eaches SKU. For Fulfillment, the order allocation logic is built in such a way that the larger UOMs will be allocated first. |
Request
Code Block | ||
---|---|---|
| ||
{ "uomSkuDefinitions": [ { "childClientSkuId": "98745678932", "childUomQty": 24, "uomClientSkuId": "98654342567" } ] } |
Parameter Name | Data Type | Description | Mandatory |
| Object [ ] | SKU definitions of the product | yes |
| String | It represents the UOM Client SKU ID, a unique identifier for a specific UOM product. | yes |
| String | It represents a unique identifier for the next SKU that the UOM can be broken into. | yes |
| Integer | It represents the number of child products that a Main/ UOM product can be broken into. | yes |
Response
EmptyBody
HttpStatus : 200
Validations/ Constraints
Note |
---|
|
Nuances
UOM support in postings, as of now is not there, i.e., we are not sending the UOM definitions along with postings.
There is no support for UOM listings, as of today we do not allow listings of UOM. (As complexities are there around inventory exposure of UOM to the marketplace and the same goes for order allocation)
UOM SKU definition once provided cannot be updated. UOM support in the update article master/ update definition APIs is not there.