Inbound | POST | /master/uom-sku/search
Summary
This API is used to search a UOM SKU definition.
Description
For a set of UOM client SKU Ids, the ERP can search for the UOM SKU Definition.
Request
Code Block |
---|
{ "uomClientSkuIds": [ "98654342567", "98654342568" ] } |
Parameter Name | Data Type | Description | Mandatory |
| String [] | It represents the UOM Client SKU ID, a unique identifier for a specific UOM product. | yes |
Response
Code Block |
---|
{ "uomSkuDefinitions": [ { "childClientSkuId": "98745678932", "childUomQty": 24, "uomClientSkuId": "98654342567" }, { "childClientSkuId": "98745678933", "childUomQty": 25, "uomClientSkuId": "98654342568" } ] } |
HttpStatus : 200
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 |
Validations/ Constraints
Note |
---|
|