Post v1 shipment increment id merchant packed reset
Body
-
uid string
Deprecated, use
shipmentToken
-
shipmentToken string
POST /V1/shipment/{incrementId}/merchant/packed/reset
curl \
-X POST https://magento2.winkelstraat.mac/rest/all/V1/shipment/{incrementId}/merchant/packed/reset \
-d '{"uid":"string","shipmentToken":"string"}'
Request examples
{
"uid": "string",
"shipmentToken": "string"
}
Response examples (200)
true
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}