Successful Response
custom_data | object (Custom Data) Key-value pair of custom data. See the |
release_type | string (Release Type) Default: "ORDER" Type of the release |
ready_to_ship_at | string <date-time> (Ready To Ship At) |
object (OrderReleaseStop) | |
id required | string (Id) |
created_from_order_id required | string (Created From Order Id) |
status required | string (OrderReleaseStatus) Possible statuses for a Product Order Release. |
released_onto_order_id | string (Released Onto Order Id) |
accepted_at | string <date-time> (Accepted At) |
rejected_at | string <date-time> (Rejected At) |
cancelled_at | string <date-time> (Cancelled At) |
required | Array of objects (Items) non-empty |
required | Array of objects (Documents) |
Validation Error
{- "custom_data": "{\"abc\": \"any value\", \"def\": \"any value\"}",
- "release_type": "ORDER",
- "ready_to_ship_at": "2019-08-24T14:15:22Z",
- "ship_from": {
- "country": "US",
- "line_1": "string",
- "line_2": "string",
- "line_3": "string",
- "locality": "string",
- "postal_code": "string",
- "region": "TX",
- "urbanization": "string",
- "residential": false,
- "geolocation": {
- "latitude": -90,
- "longitude": -180
}, - "custom_data": "{\"abc\": \"any value\", \"def\": \"any value\"}",
- "timezone": "America/Chicago",
- "location_number": "PA-1",
- "company_name": "string",
- "references": [ ]
}, - "id": "string",
- "created_from_order_id": "string",
- "status": "NEED",
- "released_onto_order_id": "string",
- "accepted_at": "2019-08-24T14:15:22Z",
- "rejected_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "items": [
- {
- "custom_data": "{\"abc\": \"any value\", \"def\": \"any value\"}",
- "released_from_item_id": "string",
- "released_amount": {
- "value": "string",
- "unit": "KG"
}, - "shipping_requirements": {
- "description": "string",
- "identifying_marks": [ ],
- "references": [ ],
- "tare_weight": {
- "unit": "KG",
- "value": "string"
}, - "dimensions": {
- "unit": "CM",
- "length": "string",
- "height": "string",
- "width": "string"
}, - "volume": {
- "unit": "CU_FT",
- "value": "string"
}, - "customer_reference_number": "string",
- "hazmat": {
- "identification_number": "string",
- "hazard_class": "string",
- "packing_group": "I",
- "proper_shipping_name": "string",
- "packing_instructions": "string",
- "technical_name": "string",
- "hazard_subsidiary_class": "string",
- "emergency_contact": {
- "system_id": "string",
- "contact_type": "ACCOUNT_REP",
- "company_name": "string",
- "person_name": "string",
- "email": "user@example.com",
- "phone": "string",
- "fax": "string"
}, - "signatory": {
- "system_id": "string",
- "contact_type": "ACCOUNT_REP",
- "company_name": "string",
- "person_name": "string",
- "email": "user@example.com",
- "phone": "string",
- "fax": "string"
}
}, - "temperature": {
- "unit": "C",
- "minimum": "string",
- "maximum": "string"
}, - "product_id": "string",
- "freight_class": "50",
- "nmfc_item_code": "string",
- "nmfc_sub_code": "string",
- "country_of_manufacture": "MX",
- "stackable": false,
- "piece_type": "BAG",
- "total_pieces": 0,
- "value_per_piece": {
- "value": "string",
- "currency_code": "USD"
}, - "gross_weight": {
- "unit": "KG",
- "value": "string"
}, - "quantity": 0,
- "packaging_type": "BAG",
- "handling_unit_id": "string",
- "combined_handling_unit_info": {
- "quantity": 0,
- "packaging_type": "BAG",
- "freight_class": "50",
- "dimensions": {
- "unit": "CM",
- "length": "string",
- "height": "string",
- "width": "string"
}, - "weight": {
- "unit": "KG",
- "value": "string"
}
}
}, - "released_to_item_id": "string"
}
], - "documents": [
- {
- "id": "string",
- "filename": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "type": "OTHER",
- "created_by_user_id": "string"
}
]
}