FulfillmentCartons
Update Carton
Update a carton by ID
Authorization
api_key x-access-token<token>
In: header
Path Parameters
carton_id*string
The ID of the carton to be updated
Request Body
application/json
The new values for the carton
The new values for the carton
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X PATCH "https://example.com/shipos/cartons/string" \ -H "Content-Type: application/json" \ -d '{}'{ "updated_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "team_id": "string", "default": true, "weight": 0.1, "weight_unit": "G", "height": 0.1, "width": 0.1, "length": 0.1, "measurement_unit": "MM", "name": "string", "id": "string"}