Skip to content

Remove barcode from packaging bundle

POST
/partners/{id}/packaging/bundles/remove
curl --request POST \
--url https://example.com/partners/example/packaging/bundles/remove \
--header 'Content-Type: application/json' \
--data '{ "barcode": "example", "packaging_station_id": "example" }'
id
required
string
Media type application/json
object
barcode
required
string
packaging_station_id
required
string
Example generated
{
"barcode": "example",
"packaging_station_id": "example"
}
Media type application/json
object
id
required
string
size
required
Any of:
Any of:
number
packaging_station_id
required
Any of:
string
packaging
required
Array<string>
completed
required
Any of:
boolean
created_at
required
string
updated_at
required
string
Example
{
"size": "NaN"
}