Order Consignments
Get Consignments
GET https://api.bigcommerce.com/stores/{store_hash}/v2/orders/{order_id}/consignmentsRequest
Get all consignments for an order.
Authentication
- X-Auth-Token in header
Parameters
- store_hash in path - string
- include in query - array
consignments.line_items
- include the response returned from the request to the
/orders/{order_id}/products
endpoint in consignments.
- include the response returned from the request to the
Type: array[string]Allowed: consignments.line_items
- order_id in path - integerrequiredID of the order.
example
Response
OK
Body
object | application/json
pickupsarray[object]
Pickup consignments.shippingarray[object]
Shipping consignments.downloadsarray[object]
Digital consignments for products that are downloaded.emailobject
Email consignments for gift certificates.
Pickup Consignments
Get Consignment Shipping Quotes
GET https://api.bigcommerce.com/stores/{store_hash}/v2/orders/{order_id}/consignments/shipping/{shipping_consignment_id}/shipping_quotesRequest
Get all shipping quotes persisted on an order for a shipping consignment. This is a read-only endpoint whose response depends on the shipping quote. You can only generate a shipping quote using the storefront at this time. Orders that are created in the control panel, or using the API, return a 204 status response since you can't generate a shipping quote during that process.
Authentication
- X-Auth-Token in header
Parameters
- store_hash in path - string
- order_id in path - integerrequiredID of the order.
- shipping_consignment_id in path - integerrequiredShipping consignment ID.
example
Response
OK
Body
object | application/json
idstring
ID of the shipping quote.Example: 24uuidstring
UUID of the shipping quote.Example: a72acc8d-504b-4a40-8534-7c54d997ed59shipping_provider_idstring
ID of the shipping provider.Example: bcstaticshipping_provider_quotearray[object]
This can vary based on the shipping provider. Manual shipping methods such as fixed will return an empty array. Shipping providers such as UPS will return an object with the shipping information. Since the shipping quote is tied to a shipping address only one quote will return in the response.provider_codestring
Code of the shipping provider.Example: shipping_byweightcarrier_codestring
Code of the shipping carrier.rate_codestring
Type of delivery. This can vary based on shipping quote.rate_idstring
This can vary based on shipping quote.method_idinteger
Shipping method ID
Fixed Shipping
Fedex
Did you find what you were looking for?