Body Parameters
These parameters can be included in the Create Shipment and Update Shipment requests.
Field | Type | Description | Validation |
---|---|---|---|
| object | The carrier attached to this quote or shipment. | |
| number (double) | The delivery cost that the customer pays at checkout. Formatted to include cents. For example, a value of 25000 using USD as currency would appear as $250.00 in the Delivery Hub UI. | |
| string | The date and time by which the shipment should be delivered. | |
| number (double) | The quoted cost for delivery from the carrier. Compare this quote to the actual | |
| number (double) | Bringg's ID for this fulfillment. | Required |
| number (double) | The ID of this object in Delivery Hub. | Valid uuid |
| string | The label file type. | Possible values: |
| number (double) | ID of the order associated with the shipment. | Required |
| array of objects | The packages included in this shipment, listed as an array. It's possible to update the packages if the shipment is in the | Required |
| number (double) | The number of packages included in a shipment. | |
| string | The service levels required for this shipment, as defined by your organization and based on included products. For example, certain hazardous materials might require delivery within 72 hours. | 1-225 characters |
| object | An object containing information about the service used to fulfill the shipment. | Required if |
| number (double) | The shipping account used for the quoted or actual booking. | Required when |
| string | Your source system's ID for this shipment. | Required |
| string | Designates if this is a | Possible values: |
Response Parameters
These parameters appear only in API responses in webhooks.
Field | Type | Description |
---|---|---|
| number (double) | The base cost of the shipment, without additional fees, as charged by the carrier |
| number (double) | Delivery Hub's ID for the order's billing address. |
| string | The carrier's ID for this shipment. |
| string | (For international orders) The commercial invoice associated with the shipment, encoded using base64. |
| object | The contact specifications for the customer. Includes:
|
| string | The date and time when this shipment was created in Delivery Hub. |
| string | The date and time when this shipment will be deleted from Delivery Hub. |
| number (double) | Service discounts based on your contract with the carrier. |
| string | Delivery Hub's URL for the shipping label. |
| number (double) | The net charge of the shipment, formatted to include cents. For example, a value of 25000 using USD as currency would appear as $250.00 in the Delivery Hub UI. |
| string | ID for the quote selected at checkout. |
| array of objects | An array of shipment events associated with the shipment. See Shipment Event. |
| string | Delivery Hub's ID for this shipment. |
| string | Current status of the fulfillment. Possible values: |
| number (double) | Extra costs charged by the carrier, such as for fuel or special handling. Formatted to include cents. For example, a value of 25000 using USD as currency would appear as $250.00 in the Delivery Hub UI. |
| number (double) | Taxes attached to charges from carrier., formatted to include cents. For example, a value of 25000 using USD as currency would appear as $250.00 in the Delivery Hub UI. |
| string | The tracking number provided by the carrier. |
| string | Delivery Hub's tracking URL for this order. Learn more. |
| string | The date and time when this shipment was updated in Delivery Hub. |