Set order item serial numbers.
PUT
/orders/{orderId}/items/{itemId}/serial-numbers
curl \
-X PUT https://mpapi.proxy.omnicado.com/v1/orders/89591350/items/T429507/serial-numbers?client_id=yourClientId&client_id=api_token_value \
-H "Content-Type: application/json" \
-H "X-Application-Name: myApplicationName" \
-d '["DR0289710229X","DR0289810229X"]'
Request example
# Headers
X-Application-Name: myApplicationName
# Payload
[
"DR0289710229X",
"DR0289810229X"
]
Request examples
# Headers
X-Application-Name: myApplicationName
# Payload
[
"DR0289710229X",
"DR0289810229X"
]
Response examples (200)
# Headers
X-RateLimit-Limit: 2875, 5750;w=86400;name="partner:my_client_id|domain:other|unit:d", 2875;w=3600;name="partner:my_client_id|domain:other|unit:h", 17250;w=60;name="partner:my_client_id|domain:other|unit:m"
X-RateLimit-Remaining: 2871
X-RateLimit-Reset: 3527
# Payload
{
"result": {
"code": 200,
"status": "OK"
}
}
Response examples (200)
# Headers
X-RateLimit-Limit: 2875, 5750;w=86400;name="partner:my_client_id|domain:other|unit:d", 2875;w=3600;name="partner:my_client_id|domain:other|unit:h", 17250;w=60;name="partner:my_client_id|domain:other|unit:m"
X-RateLimit-Remaining: 2871
X-RateLimit-Reset: 3527
# Payload
{
"result": {
"code": 200,
"status": "OK"
}
}