Skip to content

Update Product Per SubBin

Updates a given ProductId’s Products Per Subbin Value.

Direction WMS → WCS

HTTP Method POST

Path /api/product/updatePpsb

{
"productId": "ABC123",
"productsPerSubbin": {
"1/1": 24,
"2/2": 36,
"3/1": 12
}
}

202: Product passed validation

400: Product failed validation

401: Access denied, Invalid Authentication

{
"message": "Product Per SubBin update request accepted",
"status": "ACCEPTED"
}
{
"message": "Validation failed",
"errors": [
"productId is required"
]
}