object MergeableOrder
Fields
| Field | Type | Description | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | String | ||||||||||||||||||||||||||||||||||||
legacy_id | Int | ||||||||||||||||||||||||||||||||||||
order_number | String | The store's internal order number | |||||||||||||||||||||||||||||||||||
partner_order_id | String | The order ID assigned by the storefront | |||||||||||||||||||||||||||||||||||
shop_name | String | ||||||||||||||||||||||||||||||||||||
fulfillment_status | String | Status of the order (pending, fulfilled, cancelled, etc) | |||||||||||||||||||||||||||||||||||
order_date | ISODateTime | ||||||||||||||||||||||||||||||||||||
total_tax | String | ||||||||||||||||||||||||||||||||||||
subtotal | String | ||||||||||||||||||||||||||||||||||||
total_discounts | String | ||||||||||||||||||||||||||||||||||||
total_price | String | ||||||||||||||||||||||||||||||||||||
box_name | String | ||||||||||||||||||||||||||||||||||||
ready_to_ship | Boolean | DEPRECATED This field is no longer being updated and should not be used or relied on | |||||||||||||||||||||||||||||||||||
auto_print_return_label | Boolean | ||||||||||||||||||||||||||||||||||||
custom_invoice_url | String | ||||||||||||||||||||||||||||||||||||
account_id | String | ||||||||||||||||||||||||||||||||||||
updated_at | ISODateTime | ||||||||||||||||||||||||||||||||||||
created_at | ISODateTime | ||||||||||||||||||||||||||||||||||||
email | String | ||||||||||||||||||||||||||||||||||||
profile | String | ||||||||||||||||||||||||||||||||||||
gift_note | String | ||||||||||||||||||||||||||||||||||||
packing_note | String | ||||||||||||||||||||||||||||||||||||
required_ship_date | ISODateTime | ||||||||||||||||||||||||||||||||||||
shipping_lines | ShippingLines | ||||||||||||||||||||||||||||||||||||
shipping_address | OrderAddress | ||||||||||||||||||||||||||||||||||||
billing_address | OrderAddress | ||||||||||||||||||||||||||||||||||||
tags | [String] | ||||||||||||||||||||||||||||||||||||
line_items | LineItemQuerySpecConnection | ||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||
authorizations | [Authorization] | ||||||||||||||||||||||||||||||||||||
holds | OrderHolds | ||||||||||||||||||||||||||||||||||||
shipments | [Shipment] | ||||||||||||||||||||||||||||||||||||
returns | [Return] | ||||||||||||||||||||||||||||||||||||
rma_labels | [RMALabel] | ||||||||||||||||||||||||||||||||||||
flagged | Boolean | ||||||||||||||||||||||||||||||||||||
saturday_delivery | Boolean | ||||||||||||||||||||||||||||||||||||
ignore_address_validation_errors | Boolean | ||||||||||||||||||||||||||||||||||||
skip_address_validation | Boolean | ||||||||||||||||||||||||||||||||||||
priority_flag | Boolean | ||||||||||||||||||||||||||||||||||||
allocation_priority | Int | ||||||||||||||||||||||||||||||||||||
allocations | [OrderWarehouseAllocation] | ||||||||||||||||||||||||||||||||||||
source | String | ||||||||||||||||||||||||||||||||||||
third_party_shipper | OrderThirdPartyShipper | ||||||||||||||||||||||||||||||||||||
gift_invoice | Boolean | ||||||||||||||||||||||||||||||||||||
allow_partial | Boolean | ||||||||||||||||||||||||||||||||||||
require_signature | Boolean | ||||||||||||||||||||||||||||||||||||
adult_signature_required | Boolean | ||||||||||||||||||||||||||||||||||||
alcohol | Boolean | ||||||||||||||||||||||||||||||||||||
expected_weight_in_oz | String | ||||||||||||||||||||||||||||||||||||
insurance | Boolean | ||||||||||||||||||||||||||||||||||||
insurance_amount | String | ||||||||||||||||||||||||||||||||||||
currency | String | ||||||||||||||||||||||||||||||||||||
has_dry_ice | Boolean | ||||||||||||||||||||||||||||||||||||
allow_split | Boolean | ||||||||||||||||||||||||||||||||||||
hold_until_date | ISODateTime | ||||||||||||||||||||||||||||||||||||
incoterms | String | ||||||||||||||||||||||||||||||||||||
tax_id | String | ||||||||||||||||||||||||||||||||||||
tax_type | String | ||||||||||||||||||||||||||||||||||||
dry_ice_weight_in_lbs | String | ||||||||||||||||||||||||||||||||||||
ftr_exemption | Decimal | ||||||||||||||||||||||||||||||||||||
address_is_business | Boolean | ||||||||||||||||||||||||||||||||||||
tote_qa | Boolean | Requires users to scan and verify all items from a tote before shipping | |||||||||||||||||||||||||||||||||||
do_not_print_invoice | Boolean | ||||||||||||||||||||||||||||||||||||
ignore_payment_capture_errors | Boolean | ||||||||||||||||||||||||||||||||||||
partner_source_name | String | Partner source identifier (e.g., web, pos, shopify_draft_order, etc.) | |||||||||||||||||||||||||||||||||||
order_history | [OrderHistory] | ||||||||||||||||||||||||||||||||||||
merged_orders | [MergedOrder] | ||||||||||||||||||||||||||||||||||||
attachments | OrderAttachmentQuerySpecConnection | ||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||
wholesale_order | WholesaleOrder | ||||||||||||||||||||||||||||||||||||
potential_merges | [Order] | ||||||||||||||||||||||||||||||||||||
Referenced By
- MergeableOrderEdge Type
Example
{
"id": "abc123",
"legacy_id": 987,
"order_number": "abc123",
"partner_order_id": "abc123",
"shop_name": "abc123",
"fulfillment_status": "abc123",
"order_date": "abc123",
"total_tax": "abc123",
"subtotal": "abc123",
"total_discounts": "abc123",
"total_price": "abc123",
"box_name": "abc123",
"ready_to_ship": true,
"auto_print_return_label": true,
"custom_invoice_url": "abc123",
"account_id": "abc123",
"updated_at": "abc123",
"created_at": "abc123",
"email": "abc123",
"profile": "abc123",
"gift_note": "abc123",
"packing_note": "abc123",
"required_ship_date": "abc123",
"shipping_lines": ShippingLines,
"shipping_address": OrderAddress,
"billing_address": OrderAddress,
"tags": "abc123",
"line_items": LineItemQuerySpecConnection,
"authorizations": Authorization,
"holds": OrderHolds,
"shipments": Shipment,
"returns": Return,
"rma_labels": RMALabel,
"flagged": true,
"saturday_delivery": true,
"ignore_address_validation_errors": true,
"skip_address_validation": true,
"priority_flag": true,
"allocation_priority": 987,
"allocations": OrderWarehouseAllocation,
"source": "abc123",
"third_party_shipper": OrderThirdPartyShipper,
"gift_invoice": true,
"allow_partial": true,
"require_signature": true,
"adult_signature_required": true,
"alcohol": true,
"expected_weight_in_oz": "abc123",
"insurance": true,
"insurance_amount": "abc123",
"currency": "abc123",
"has_dry_ice": true,
"allow_split": true,
"hold_until_date": "abc123",
"incoterms": "abc123",
"tax_id": "abc123",
"tax_type": "abc123",
"dry_ice_weight_in_lbs": "abc123",
"ftr_exemption": "abc123",
"address_is_business": true,
"tote_qa": true,
"do_not_print_invoice": true,
"ignore_payment_capture_errors": true,
"partner_source_name": "abc123",
"order_history": OrderHistory,
"merged_orders": MergedOrder,
"attachments": OrderAttachmentQuerySpecConnection,
"wholesale_order": WholesaleOrder,
"potential_merges": Order
}