Notify marketplace of a shipment
A response to indicate that there was either a module level client error or an external client error.
A response to indicate that the request failed to authenticate with the shipping provider.
A response to indicate that the module does not implement this endpoint.
A response indicates that the shipping service provider has denied a request due to too many requests.
A response indicating a server level error with the module.
A response indicating a server level error with the external world.
{- "transaction_id": "string",
- "auth": {
- "order_source_api_code": "string",
- "username": "string",
- "password": "string",
- "access_token": "string",
- "api_key": "string",
- "url": "string",
- "connection_context": {
- "property1": "string",
- "property2": "string"
}, - "connection_name": "string"
}, - "notifications": [
- {
- "notification_id": "string",
- "order_id": "string",
- "order_number": "string",
- "tracking_number": "string",
- "tracking_url": "string",
- "carrier_code": "string",
- "ext_location_id": "string",
- "items": [
- {
- "line_item_id": "string",
- "description": "string",
- "sku": "string",
- "product_id": "string",
- "quantity": 0
}
], - "ship_to": {
- "name": "string",
- "company": "string",
- "phone": "string",
- "address_line_1": "string",
- "address_line_2": "string",
- "address_line_3": "string",
- "city": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string",
- "residential_indicator": "string",
- "is_verified": true,
- "pickup_location": {
- "carrier_id": "string",
- "relay_id": "string"
}
}, - "ship_from": {
- "name": "string",
- "company": "string",
- "phone": "string",
- "address_line_1": "string",
- "address_line_2": "string",
- "address_line_3": "string",
- "city": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string",
- "residential_indicator": "string",
- "is_verified": true,
- "pickup_location": {
- "carrier_id": "string",
- "relay_id": "string"
}
}, - "return_address": {
- "name": "string",
- "company": "string",
- "phone": "string",
- "address_line_1": "string",
- "address_line_2": "string",
- "address_line_3": "string",
- "city": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string",
- "residential_indicator": "string",
- "is_verified": true,
- "pickup_location": {
- "carrier_id": "string",
- "relay_id": "string"
}
}, - "ship_date": "2021-03-31T18:21:14.858Z",
- "currency": "\"USD\", \"EUR\", \"NZD\"",
- "fulfillment_cost": 0,
- "notes": [
- {
- "type": "string",
- "text": "string"
}
], - "insurance_cost": 0,
- "notify_buyer": true,
- "integration_context": { }
}
]
}
{- "notification_results": [
- {
- "notification_id": "string",
- "succeeded": true,
- "confirmation_code": "string",
- "failure_reason": "string",
- "status": "success",
- "submission_id": "string"
}
]
}