FulfillmentCartons

Get Carton

Get a carton by its ID

GET
/shipos/cartons/{carton_id}
x-access-token<token>

In: header

Path Parameters

carton_id*string

ID of the carton to find

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/shipos/cartons/string"
{  "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",  "supported_actions": [    {      "action": "UPDATE_CARTON"    }  ]}