curl --request GET \
--url https://{base_url_domain}/api/global/v1/shipping/shipments \
--header 'Authorization: Bearer <token>'{
"collection": [
{
"type": "Shipment",
"id": 3,
"unique_id": "1100000003",
"external_id": "<string>",
"status": "new",
"shipping_carrier_code": "fedex",
"shipping_method": "<string>",
"shipping_method_name": "<string>",
"shipping_service_code": "<string>",
"shipping_service_name": "fedex_FEDEX_2_DAY",
"warehouse": {
"type": "Warehouse",
"id": 123
},
"order": {
"type": "Order",
"id": 123
},
"shipping_account": {
"type": "ShippingAccount",
"id": 4
},
"target_ship_date": "2023-12-25",
"item_weight": {
"value": 20,
"unit": "lb"
},
"shipped_weight": {
"value": 20,
"unit": "lb"
},
"items": [
{
"type": "ShipmentItem",
"id": 123,
"product": {
"type": "Product",
"id": 3
}
}
],
"packages": [
{
"items": [
{
"sku": "KDS2108",
"quantity": 2,
"order_item_id": 4,
"order_item_sku": "KDS2108",
"order_item_qty": 2,
"shipment_item_id": 4,
"weight": {
"value": 20,
"unit": "lb"
},
"hazmat_unit_weight": {
"value": 20,
"unit": "lb"
},
"total_customs_value": {
"amount": 99,
"currency": "USD"
}
}
],
"packaging": [
{
"product": {
"type": "Product",
"id": 3
},
"quantity": 4
}
],
"collected_data": [
{
"order_item_id": 4,
"label": "<string>",
"value": "<string>"
}
],
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z"
}
],
"packing_solution": {
"type": "ShipmentPackingSolution",
"id": 3,
"containers": [
{
"type": "ShipmentPackingSolutionContainer",
"weight": {
"value": 20,
"unit": "lb"
},
"dimensions": {
"length": 8,
"width": 6,
"height": 4,
"unit": "in"
},
"volume": {
"value": 300,
"unit": "in^3"
},
"void_percent": 15.23,
"regulation_type": "full",
"items": [
{
"type": "ShipmentPackingSolutionContainerItem",
"sku": "KDS2108",
"quantity": 2,
"order_item_id": 4,
"order_item_sku": "KDS2108",
"order_item_qty": 2,
"shipment_item_id": 4,
"weight": {
"value": 20,
"unit": "lb"
}
}
]
}
]
},
"picking_class_id": "Default",
"is_cutoff_date_exception": true,
"is_manually_processed": true,
"label_print_target": "label001",
"scac": "FDEG",
"carrier_shipping_cost": 3.9,
"is_international": true,
"is_documents_required": true,
"is_electronic_customs": true,
"infill_product_id": "kraft",
"max_package_weight": 2.5,
"packing_solution_providers": [
"Provider 1",
"Provider 2"
],
"tpb_group": "ACME Inc",
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z",
"packed_at": "2017-07-21T17:32:28Z",
"total_weight": {
"value": 20,
"unit": "lb"
}
}
],
"included": {
"Brand": [
{
"type": "Brand",
"id": 4,
"code": "acme_inc",
"name": "ACME Inc.",
"is_active": true,
"is_deleted": false,
"sort_order": 0
}
],
"Merchant": [
{
"type": "Merchant",
"id": 4,
"code": "acme_inc",
"name": "ACME Inc.",
"status": "active",
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z",
"brands": [
{
"type": "Brand",
"id": 4
}
],
"default_brand": {
"type": "Brand",
"id": 4
}
}
],
"Order": [
{
"type": "Order",
"id": 3,
"unique_id": "1100000003",
"order_ref": "O-382227",
"state": "new",
"status": "new",
"brand": {
"type": "Brand",
"id": 4,
"code": "acme_inc",
"name": "ACME Inc.",
"is_active": true,
"is_deleted": false,
"sort_order": 0
},
"merchant": {
"type": "Merchant",
"id": 4,
"code": "acme_inc",
"name": "ACME Inc.",
"status": "active",
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z",
"brands": [
{
"type": "Brand",
"id": 4
}
],
"default_brand": {
"type": "Brand",
"id": 4
}
},
"carrier_code": "fedex",
"shipping_method": "fedex_FEDEX_2_DAY",
"signature_required": "adult",
"is_saturday_delivery": false,
"is_overbox_required": false,
"priority": 50,
"requested_ship_date": "2021-02-21",
"is_declared_value_service": true,
"declared_value": {
"amount": 99,
"currency": "USD"
},
"shipping_address": {
"type": "OrderAddress",
"id": 4,
"first_name": "Celina",
"last_name": "Goalley",
"company": "Thompson-Torp",
"street": [
"15491 West Whiteside Street"
],
"city": "Springfield",
"region": "MO",
"postcode": "65807",
"country": "US",
"telephone": "(417) 123-4567",
"email": "[email protected]",
"classification": "res",
"is_valid": true
},
"items": [
{
"type": "OrderItem",
"id": 4,
"sku": "KDS2108",
"order_item_ref": "<string>",
"product": {
"type": "Product",
"id": 123
},
"qty_ordered": 4,
"qty_assigned": 4,
"qty_allocated": 0,
"qty_backordered": 0,
"qty_processing": 0,
"qty_picked": 0,
"qty_shipped": 4,
"qty_cancel_requested": 0,
"qty_canceled": 0,
"row_weight": {
"value": 20,
"unit": "lb"
}
}
],
"shipments": [
{
"type": "Shipment",
"id": 123
}
],
"custom_greeting": "<string>",
"status_history": [
{
"comment": "Changed shipping method to FedEx Ground",
"type": "OrderStatusHistory",
"id": 3,
"status": "new",
"notify_merchant": null,
"user": {
"type": "OrganizationUser",
"id": 3
},
"script_id": 123,
"created_at": "2017-07-21T17:32:28Z"
}
],
"other_shipping_options": {
"virtual_excluded_services": [
"/^ups_/",
"fedex_FEDEX_2_DAY"
]
},
"duties_payor": {
"payor": "third_party",
"tpb_group_id": 3
},
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z",
"completed_at": "2017-07-21T17:39:43Z"
}
],
"OrderAddress": [
{
"type": "OrderAddress",
"id": 4,
"first_name": "Celina",
"last_name": "Goalley",
"company": "Thompson-Torp",
"street": [
"15491 West Whiteside Street"
],
"city": "Springfield",
"region": "MO",
"postcode": "65807",
"country": "US",
"telephone": "(417) 123-4567",
"email": "[email protected]",
"classification": "res",
"is_valid": true
}
],
"OrderItem": [
{
"type": "OrderItem",
"id": 4,
"sku": "KDS2108",
"order_item_ref": "<string>",
"product": {
"type": "Product",
"id": 123
},
"qty_ordered": 4,
"qty_assigned": 4,
"qty_allocated": 0,
"qty_backordered": 0,
"qty_processing": 0,
"qty_picked": 0,
"qty_shipped": 4,
"qty_cancel_requested": 0,
"qty_canceled": 0,
"row_weight": {
"value": 20,
"unit": "lb"
}
}
],
"OrderStatusHistory": [
{
"comment": "Changed shipping method to FedEx Ground",
"type": "OrderStatusHistory",
"id": 3,
"status": "new",
"notify_merchant": null,
"user": {
"type": "OrganizationUser",
"id": 3
},
"script_id": 123,
"created_at": "2017-07-21T17:32:28Z"
}
],
"PackagingContainer": [
{
"type": "PackagingContainer",
"id": 123,
"container_options": {
"barcodes": "956623520-4",
"weight": {
"value": 20,
"unit": "lb"
},
"dimensions": {
"length": 8,
"width": 6,
"height": 4,
"unit": "in"
},
"volume": {
"value": 300,
"unit": "in^3"
},
"manage_stock": true,
"associated_products": [
{
"type": "Product",
"id": 3
}
],
"allow_for_brands": [
{
"type": "Merchant",
"id": 4
}
],
"disallow_for_brands": [
{
"type": "Merchant",
"id": 4
}
],
"billing_amount": {
"amount": 99,
"currency": "USD"
},
"allow_for_warehouses": [
{
"type": "Warehouse",
"id": 123
}
],
"allow_for_shipping_methods": [
"<string>"
],
"satisfies_overbox": true,
"use_for_bin_packing": "yes",
"weight_capacity": {
"value": 20,
"unit": "lb"
},
"container_style": "rigid_box",
"packaging_handling_surcharge": true
},
"sku": "SKU-1AD",
"name": "Test Product",
"is_enabled": true,
"merchant": {
"type": "Merchant",
"id": 4
},
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z"
}
],
"PackagingDataCollection": [
{
"sku": "SKU-1AD",
"name": "Test Product",
"is_enabled": true,
"merchant": {
"type": "Merchant",
"id": 4
},
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z",
"type": "PackagingDataCollection",
"id": 123,
"data_collection_options": {
"associated_products": [
{
"type": "Product",
"id": 3
}
],
"allow_for_brands": [
{
"type": "Merchant",
"id": 4
}
],
"disallow_for_brands": [
{
"type": "Merchant",
"id": 4
}
],
"billing_amount": {
"amount": 99,
"currency": "USD"
},
"allow_for_shipping_methods": [
"<string>"
],
"apply_to_goods_type": "any",
"never_apply_to_goods_type": "NORMAL",
"apply_only_above_weight": {
"value": 20,
"unit": "lb"
},
"one_per": "order",
"require_scan_timing": "after_product_scan|on_full",
"disable_confirm_button": true,
"require_packaging_type": "overbox",
"apply_unless_container_meets_hazmat": true,
"apply_to_multi_sku_package": true,
"collect_data_pattern": "<string>",
"apply_to_region": "<string>",
"is_collected_data_unique": true
}
}
],
"PackagingInfill": [
{
"type": "PackagingInfill",
"id": 123,
"infill_options": {
"barcodes": "956623520-4",
"weight": {
"value": 20,
"unit": "lb"
},
"manage_stock": true,
"associated_products": [
{
"type": "Product",
"id": 3
}
],
"allow_for_brands": [
{
"type": "Merchant",
"id": 4
}
],
"disallow_for_brands": [
{
"type": "Merchant",
"id": 4
}
],
"billing_amount": {
"amount": 99,
"currency": "USD"
},
"disable_confirm_button": true,
"apply_unless_container_meets_hazmat": true,
"is_confirmation_required": true,
"infill_horizontal": {
"value": 12,
"unit": "in"
},
"infill_vertical": {
"value": 12,
"unit": "in"
},
"infill_priority": 123
},
"sku": "SKU-1AD",
"name": "Test Product",
"is_enabled": true,
"merchant": {
"type": "Merchant",
"id": 4
},
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z"
}
],
"PackagingInstruction": [
{
"type": "PackagingInstruction",
"id": 123,
"instruction_options": {
"barcodes": "956623520-4",
"associated_products": [
{
"type": "Product",
"id": 3
}
],
"allow_for_brands": [
{
"type": "Merchant",
"id": 4
}
],
"disallow_for_brands": [
{
"type": "Merchant",
"id": 4
}
],
"billing_amount": {
"amount": 99,
"currency": "USD"
},
"allow_for_shipping_methods": [
"<string>"
],
"apply_to_goods_type": "any",
"never_apply_to_goods_type": "NORMAL",
"apply_only_above_weight": {
"value": 20,
"unit": "lb"
},
"one_per": "order",
"require_scan_timing": "after_product_scan|on_full",
"disable_confirm_button": true,
"require_packaging_type": "overbox",
"apply_to_region": "<string>",
"apply_unless_container_meets_hazmat": true,
"apply_to_multi_sku_package": true
},
"sku": "SKU-1AD",
"name": "Test Product",
"is_enabled": true,
"merchant": {
"type": "Merchant",
"id": 4
},
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z"
}
],
"PackagingSupplies": [
{
"type": "PackagingSupplies",
"id": 123,
"supplies_options": {
"barcodes": "956623520-4",
"weight": {
"value": 20,
"unit": "lb"
},
"manage_stock": true,
"associated_products": [
{
"type": "Product",
"id": 3
}
],
"allow_for_brands": [
{
"type": "Merchant",
"id": 4
}
],
"disallow_for_brands": [
{
"type": "Merchant",
"id": 4
}
],
"billing_amount": {
"amount": 99,
"currency": "USD"
},
"allow_for_warehouses": [
{
"type": "Warehouse",
"id": 123
}
],
"allow_for_shipping_methods": [
"<string>"
],
"packaging_handling_surcharge": true,
"apply_to_goods_type": "any",
"never_apply_to_goods_type": "NORMAL",
"apply_only_above_weight": {
"value": 20,
"unit": "lb"
},
"one_per": "order",
"require_scan_timing": "after_product_scan|on_full",
"disable_confirm_button": true,
"require_packaging_type": "overbox",
"apply_to_region": "<string>",
"apply_unless_container_meets_hazmat": true,
"apply_to_multi_sku_package": true
},
"sku": "SKU-1AD",
"name": "Test Product",
"is_enabled": true,
"merchant": {
"type": "Merchant",
"id": 4
},
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z"
}
],
"Product": [
{
"type": "Product",
"id": 123,
"vendor_sku": "Vendor-SKU-1AD2",
"external_id": "11-993-9048",
"barcodes": [
"956623520-4",
"O-VS-Oregano-p3"
],
"goods_type": "NORMAL",
"is_available": true,
"is_visible": true,
"lot_type": {
"type": "LotType",
"id": 4
},
"weight": {
"value": 20,
"unit": "lb"
},
"dimensions": {
"length": 8,
"width": 6,
"height": 4,
"unit": "in"
},
"volume": {
"value": 300,
"unit": "in^3"
},
"inventory": {
"backorders": true,
"dynamic_allocation": true,
"virtual_inventory": "optimistic"
},
"export": {
"description": "Plastic children's toy with steel weights and ball bearings",
"customs_value": {
"amount": 99,
"currency": "USD"
},
"country_of_manufacture": "TW",
"hs_base_code": "8518.30",
"hs_country_extension": [
{
"country_id": "TW",
"extension": "002"
},
{
"country_id": "US",
"extension": "011"
}
]
},
"regulated_goods": {
"regulation": {
"type": "Regulation",
"id": 123
},
"technical_name": "Hydro Polymer Acetylene Coating",
"additional_information": "Flamable Liquid",
"net_weight": {
"value": 20,
"unit": "lb"
},
"container_type": "Plastic Box",
"container_meets_hazmat_specs": true,
"regulation_units": 5
},
"packaging": {
"require_packaging": true,
"require_weight_check": true,
"require_confirmation_per_item": true,
"unit_quantity": 1,
"bulk_quantity": 10,
"max_per_package": 15,
"is_ship_separately": true,
"ship_separately_tag": "PVC",
"can_tip": true,
"can_contain_other_items": true,
"is_handling_surcharge": true
},
"custom_fields": [
{
"code": "color",
"value": 13,
"label": "Red and Black"
},
{
"code": "cost_of_goods",
"value": 41.32
},
{
"code": "allow_mailer",
"value": true
}
],
"sku": "SKU-1AD",
"name": "Test Product",
"is_enabled": true,
"merchant": {
"type": "Merchant",
"id": 4
},
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z"
}
],
"Shipment": [
{
"type": "Shipment",
"id": 3,
"unique_id": "1100000003",
"external_id": "<string>",
"status": "new",
"shipping_carrier_code": "fedex",
"shipping_method": "<string>",
"shipping_method_name": "<string>",
"shipping_service_code": "<string>",
"shipping_service_name": "fedex_FEDEX_2_DAY",
"warehouse": {
"type": "Warehouse",
"id": 123
},
"order": {
"type": "Order",
"id": 123
},
"shipping_account": {
"type": "ShippingAccount",
"id": 4
},
"target_ship_date": "2023-12-25",
"item_weight": {
"value": 20,
"unit": "lb"
},
"shipped_weight": {
"value": 20,
"unit": "lb"
},
"items": [
{
"type": "ShipmentItem",
"id": 123,
"product": {
"type": "Product",
"id": 3
}
}
],
"packages": [
{
"items": [
{
"sku": "KDS2108",
"quantity": 2,
"order_item_id": 4,
"order_item_sku": "KDS2108",
"order_item_qty": 2,
"shipment_item_id": 4,
"weight": {
"value": 20,
"unit": "lb"
},
"hazmat_unit_weight": {
"value": 20,
"unit": "lb"
},
"total_customs_value": {
"amount": 99,
"currency": "USD"
}
}
],
"packaging": [
{
"product": {
"type": "Product",
"id": 3
},
"quantity": 4
}
],
"collected_data": [
{
"order_item_id": 4,
"label": "<string>",
"value": "<string>"
}
],
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z"
}
],
"packing_solution": {
"type": "ShipmentPackingSolution",
"id": 3,
"containers": [
{
"type": "ShipmentPackingSolutionContainer",
"weight": {
"value": 20,
"unit": "lb"
},
"dimensions": {
"length": 8,
"width": 6,
"height": 4,
"unit": "in"
},
"volume": {
"value": 300,
"unit": "in^3"
},
"void_percent": 15.23,
"regulation_type": "full",
"items": [
{
"type": "ShipmentPackingSolutionContainerItem",
"sku": "KDS2108",
"quantity": 2,
"order_item_id": 4,
"order_item_sku": "KDS2108",
"order_item_qty": 2,
"shipment_item_id": 4,
"weight": {
"value": 20,
"unit": "lb"
}
}
]
}
]
},
"picking_class_id": "Default",
"is_cutoff_date_exception": true,
"is_manually_processed": true,
"label_print_target": "label001",
"scac": "FDEG",
"carrier_shipping_cost": 3.9,
"is_international": true,
"is_documents_required": true,
"is_electronic_customs": true,
"infill_product_id": "kraft",
"max_package_weight": 2.5,
"packing_solution_providers": [
"Provider 1",
"Provider 2"
],
"tpb_group": "ACME Inc",
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z",
"packed_at": "2017-07-21T17:32:28Z",
"total_weight": {
"value": 20,
"unit": "lb"
}
}
],
"ShipmentItem": [
{
"type": "ShipmentItem",
"id": 123,
"sku": "KDS2108",
"product": {
"type": "Product",
"id": 123
},
"quantity": 4,
"qty_shipped": 4,
"qty_picked": 0,
"qty_canceled": 0,
"qty_cancel_requested": 0,
"order_item": {
"type": "OrderItem",
"id": 123
},
"reservations": [
{
"location": {
"type": "Location",
"id": 42
},
"quantity": 123
}
]
}
],
"ShipmentPackage": [
{
"items": [
{
"sku": "KDS2108",
"quantity": 2,
"order_item_id": 4,
"order_item_sku": "KDS2108",
"order_item_qty": 2,
"shipment_item_id": 4,
"weight": {
"value": 20,
"unit": "lb"
},
"hazmat_unit_weight": {
"value": 20,
"unit": "lb"
},
"total_customs_value": {
"amount": 99,
"currency": "USD"
}
}
],
"packaging": [
{
"product": {
"type": "Product",
"id": 3
},
"quantity": 4
}
],
"collected_data": [
{
"order_item_id": 4,
"label": "<string>",
"value": "<string>"
}
],
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z"
}
],
"ShipmentPackageItem": [
{
"sku": "<string>",
"name": "<string>",
"quantity": 123,
"weight": {
"value": 20,
"unit": "lb"
},
"hazmat_unit_weight": {
"value": 20,
"unit": "lb"
},
"customs_value": {
"amount": 99,
"currency": "USD"
},
"order_item_id": 123,
"order_item_sku": "<string>",
"order_item_quantity": 123
}
],
"ShipmentPackingSolution": [
{
"type": "ShipmentPackingSolution",
"id": 3,
"containers": [
{
"type": "ShipmentPackingSolutionContainer",
"weight": {
"value": 20,
"unit": "lb"
},
"dimensions": {
"length": 8,
"width": 6,
"height": 4,
"unit": "in"
},
"volume": {
"value": 300,
"unit": "in^3"
},
"void_percent": 15.23,
"regulation_type": "full",
"items": [
{
"type": "ShipmentPackingSolutionContainerItem",
"sku": "KDS2108",
"quantity": 2,
"order_item_id": 4,
"order_item_sku": "KDS2108",
"order_item_qty": 2,
"shipment_item_id": 4,
"weight": {
"value": 20,
"unit": "lb"
}
}
]
}
]
}
],
"Warehouse": [
{
"type": "Warehouse",
"id": 3,
"name": "East Coast 1",
"is_active": true
}
]
},
"has_more": true,
"next": "<string>",
"previous": "<string>",
"meta": {
"processing_time": 0.2525252525,
"cursor_start": 123,
"cursor_end": 123,
"count": 123
}
}Returns a list of Shipment objects.
curl --request GET \
--url https://{base_url_domain}/api/global/v1/shipping/shipments \
--header 'Authorization: Bearer <token>'{
"collection": [
{
"type": "Shipment",
"id": 3,
"unique_id": "1100000003",
"external_id": "<string>",
"status": "new",
"shipping_carrier_code": "fedex",
"shipping_method": "<string>",
"shipping_method_name": "<string>",
"shipping_service_code": "<string>",
"shipping_service_name": "fedex_FEDEX_2_DAY",
"warehouse": {
"type": "Warehouse",
"id": 123
},
"order": {
"type": "Order",
"id": 123
},
"shipping_account": {
"type": "ShippingAccount",
"id": 4
},
"target_ship_date": "2023-12-25",
"item_weight": {
"value": 20,
"unit": "lb"
},
"shipped_weight": {
"value": 20,
"unit": "lb"
},
"items": [
{
"type": "ShipmentItem",
"id": 123,
"product": {
"type": "Product",
"id": 3
}
}
],
"packages": [
{
"items": [
{
"sku": "KDS2108",
"quantity": 2,
"order_item_id": 4,
"order_item_sku": "KDS2108",
"order_item_qty": 2,
"shipment_item_id": 4,
"weight": {
"value": 20,
"unit": "lb"
},
"hazmat_unit_weight": {
"value": 20,
"unit": "lb"
},
"total_customs_value": {
"amount": 99,
"currency": "USD"
}
}
],
"packaging": [
{
"product": {
"type": "Product",
"id": 3
},
"quantity": 4
}
],
"collected_data": [
{
"order_item_id": 4,
"label": "<string>",
"value": "<string>"
}
],
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z"
}
],
"packing_solution": {
"type": "ShipmentPackingSolution",
"id": 3,
"containers": [
{
"type": "ShipmentPackingSolutionContainer",
"weight": {
"value": 20,
"unit": "lb"
},
"dimensions": {
"length": 8,
"width": 6,
"height": 4,
"unit": "in"
},
"volume": {
"value": 300,
"unit": "in^3"
},
"void_percent": 15.23,
"regulation_type": "full",
"items": [
{
"type": "ShipmentPackingSolutionContainerItem",
"sku": "KDS2108",
"quantity": 2,
"order_item_id": 4,
"order_item_sku": "KDS2108",
"order_item_qty": 2,
"shipment_item_id": 4,
"weight": {
"value": 20,
"unit": "lb"
}
}
]
}
]
},
"picking_class_id": "Default",
"is_cutoff_date_exception": true,
"is_manually_processed": true,
"label_print_target": "label001",
"scac": "FDEG",
"carrier_shipping_cost": 3.9,
"is_international": true,
"is_documents_required": true,
"is_electronic_customs": true,
"infill_product_id": "kraft",
"max_package_weight": 2.5,
"packing_solution_providers": [
"Provider 1",
"Provider 2"
],
"tpb_group": "ACME Inc",
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z",
"packed_at": "2017-07-21T17:32:28Z",
"total_weight": {
"value": 20,
"unit": "lb"
}
}
],
"included": {
"Brand": [
{
"type": "Brand",
"id": 4,
"code": "acme_inc",
"name": "ACME Inc.",
"is_active": true,
"is_deleted": false,
"sort_order": 0
}
],
"Merchant": [
{
"type": "Merchant",
"id": 4,
"code": "acme_inc",
"name": "ACME Inc.",
"status": "active",
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z",
"brands": [
{
"type": "Brand",
"id": 4
}
],
"default_brand": {
"type": "Brand",
"id": 4
}
}
],
"Order": [
{
"type": "Order",
"id": 3,
"unique_id": "1100000003",
"order_ref": "O-382227",
"state": "new",
"status": "new",
"brand": {
"type": "Brand",
"id": 4,
"code": "acme_inc",
"name": "ACME Inc.",
"is_active": true,
"is_deleted": false,
"sort_order": 0
},
"merchant": {
"type": "Merchant",
"id": 4,
"code": "acme_inc",
"name": "ACME Inc.",
"status": "active",
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z",
"brands": [
{
"type": "Brand",
"id": 4
}
],
"default_brand": {
"type": "Brand",
"id": 4
}
},
"carrier_code": "fedex",
"shipping_method": "fedex_FEDEX_2_DAY",
"signature_required": "adult",
"is_saturday_delivery": false,
"is_overbox_required": false,
"priority": 50,
"requested_ship_date": "2021-02-21",
"is_declared_value_service": true,
"declared_value": {
"amount": 99,
"currency": "USD"
},
"shipping_address": {
"type": "OrderAddress",
"id": 4,
"first_name": "Celina",
"last_name": "Goalley",
"company": "Thompson-Torp",
"street": [
"15491 West Whiteside Street"
],
"city": "Springfield",
"region": "MO",
"postcode": "65807",
"country": "US",
"telephone": "(417) 123-4567",
"email": "[email protected]",
"classification": "res",
"is_valid": true
},
"items": [
{
"type": "OrderItem",
"id": 4,
"sku": "KDS2108",
"order_item_ref": "<string>",
"product": {
"type": "Product",
"id": 123
},
"qty_ordered": 4,
"qty_assigned": 4,
"qty_allocated": 0,
"qty_backordered": 0,
"qty_processing": 0,
"qty_picked": 0,
"qty_shipped": 4,
"qty_cancel_requested": 0,
"qty_canceled": 0,
"row_weight": {
"value": 20,
"unit": "lb"
}
}
],
"shipments": [
{
"type": "Shipment",
"id": 123
}
],
"custom_greeting": "<string>",
"status_history": [
{
"comment": "Changed shipping method to FedEx Ground",
"type": "OrderStatusHistory",
"id": 3,
"status": "new",
"notify_merchant": null,
"user": {
"type": "OrganizationUser",
"id": 3
},
"script_id": 123,
"created_at": "2017-07-21T17:32:28Z"
}
],
"other_shipping_options": {
"virtual_excluded_services": [
"/^ups_/",
"fedex_FEDEX_2_DAY"
]
},
"duties_payor": {
"payor": "third_party",
"tpb_group_id": 3
},
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z",
"completed_at": "2017-07-21T17:39:43Z"
}
],
"OrderAddress": [
{
"type": "OrderAddress",
"id": 4,
"first_name": "Celina",
"last_name": "Goalley",
"company": "Thompson-Torp",
"street": [
"15491 West Whiteside Street"
],
"city": "Springfield",
"region": "MO",
"postcode": "65807",
"country": "US",
"telephone": "(417) 123-4567",
"email": "[email protected]",
"classification": "res",
"is_valid": true
}
],
"OrderItem": [
{
"type": "OrderItem",
"id": 4,
"sku": "KDS2108",
"order_item_ref": "<string>",
"product": {
"type": "Product",
"id": 123
},
"qty_ordered": 4,
"qty_assigned": 4,
"qty_allocated": 0,
"qty_backordered": 0,
"qty_processing": 0,
"qty_picked": 0,
"qty_shipped": 4,
"qty_cancel_requested": 0,
"qty_canceled": 0,
"row_weight": {
"value": 20,
"unit": "lb"
}
}
],
"OrderStatusHistory": [
{
"comment": "Changed shipping method to FedEx Ground",
"type": "OrderStatusHistory",
"id": 3,
"status": "new",
"notify_merchant": null,
"user": {
"type": "OrganizationUser",
"id": 3
},
"script_id": 123,
"created_at": "2017-07-21T17:32:28Z"
}
],
"PackagingContainer": [
{
"type": "PackagingContainer",
"id": 123,
"container_options": {
"barcodes": "956623520-4",
"weight": {
"value": 20,
"unit": "lb"
},
"dimensions": {
"length": 8,
"width": 6,
"height": 4,
"unit": "in"
},
"volume": {
"value": 300,
"unit": "in^3"
},
"manage_stock": true,
"associated_products": [
{
"type": "Product",
"id": 3
}
],
"allow_for_brands": [
{
"type": "Merchant",
"id": 4
}
],
"disallow_for_brands": [
{
"type": "Merchant",
"id": 4
}
],
"billing_amount": {
"amount": 99,
"currency": "USD"
},
"allow_for_warehouses": [
{
"type": "Warehouse",
"id": 123
}
],
"allow_for_shipping_methods": [
"<string>"
],
"satisfies_overbox": true,
"use_for_bin_packing": "yes",
"weight_capacity": {
"value": 20,
"unit": "lb"
},
"container_style": "rigid_box",
"packaging_handling_surcharge": true
},
"sku": "SKU-1AD",
"name": "Test Product",
"is_enabled": true,
"merchant": {
"type": "Merchant",
"id": 4
},
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z"
}
],
"PackagingDataCollection": [
{
"sku": "SKU-1AD",
"name": "Test Product",
"is_enabled": true,
"merchant": {
"type": "Merchant",
"id": 4
},
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z",
"type": "PackagingDataCollection",
"id": 123,
"data_collection_options": {
"associated_products": [
{
"type": "Product",
"id": 3
}
],
"allow_for_brands": [
{
"type": "Merchant",
"id": 4
}
],
"disallow_for_brands": [
{
"type": "Merchant",
"id": 4
}
],
"billing_amount": {
"amount": 99,
"currency": "USD"
},
"allow_for_shipping_methods": [
"<string>"
],
"apply_to_goods_type": "any",
"never_apply_to_goods_type": "NORMAL",
"apply_only_above_weight": {
"value": 20,
"unit": "lb"
},
"one_per": "order",
"require_scan_timing": "after_product_scan|on_full",
"disable_confirm_button": true,
"require_packaging_type": "overbox",
"apply_unless_container_meets_hazmat": true,
"apply_to_multi_sku_package": true,
"collect_data_pattern": "<string>",
"apply_to_region": "<string>",
"is_collected_data_unique": true
}
}
],
"PackagingInfill": [
{
"type": "PackagingInfill",
"id": 123,
"infill_options": {
"barcodes": "956623520-4",
"weight": {
"value": 20,
"unit": "lb"
},
"manage_stock": true,
"associated_products": [
{
"type": "Product",
"id": 3
}
],
"allow_for_brands": [
{
"type": "Merchant",
"id": 4
}
],
"disallow_for_brands": [
{
"type": "Merchant",
"id": 4
}
],
"billing_amount": {
"amount": 99,
"currency": "USD"
},
"disable_confirm_button": true,
"apply_unless_container_meets_hazmat": true,
"is_confirmation_required": true,
"infill_horizontal": {
"value": 12,
"unit": "in"
},
"infill_vertical": {
"value": 12,
"unit": "in"
},
"infill_priority": 123
},
"sku": "SKU-1AD",
"name": "Test Product",
"is_enabled": true,
"merchant": {
"type": "Merchant",
"id": 4
},
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z"
}
],
"PackagingInstruction": [
{
"type": "PackagingInstruction",
"id": 123,
"instruction_options": {
"barcodes": "956623520-4",
"associated_products": [
{
"type": "Product",
"id": 3
}
],
"allow_for_brands": [
{
"type": "Merchant",
"id": 4
}
],
"disallow_for_brands": [
{
"type": "Merchant",
"id": 4
}
],
"billing_amount": {
"amount": 99,
"currency": "USD"
},
"allow_for_shipping_methods": [
"<string>"
],
"apply_to_goods_type": "any",
"never_apply_to_goods_type": "NORMAL",
"apply_only_above_weight": {
"value": 20,
"unit": "lb"
},
"one_per": "order",
"require_scan_timing": "after_product_scan|on_full",
"disable_confirm_button": true,
"require_packaging_type": "overbox",
"apply_to_region": "<string>",
"apply_unless_container_meets_hazmat": true,
"apply_to_multi_sku_package": true
},
"sku": "SKU-1AD",
"name": "Test Product",
"is_enabled": true,
"merchant": {
"type": "Merchant",
"id": 4
},
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z"
}
],
"PackagingSupplies": [
{
"type": "PackagingSupplies",
"id": 123,
"supplies_options": {
"barcodes": "956623520-4",
"weight": {
"value": 20,
"unit": "lb"
},
"manage_stock": true,
"associated_products": [
{
"type": "Product",
"id": 3
}
],
"allow_for_brands": [
{
"type": "Merchant",
"id": 4
}
],
"disallow_for_brands": [
{
"type": "Merchant",
"id": 4
}
],
"billing_amount": {
"amount": 99,
"currency": "USD"
},
"allow_for_warehouses": [
{
"type": "Warehouse",
"id": 123
}
],
"allow_for_shipping_methods": [
"<string>"
],
"packaging_handling_surcharge": true,
"apply_to_goods_type": "any",
"never_apply_to_goods_type": "NORMAL",
"apply_only_above_weight": {
"value": 20,
"unit": "lb"
},
"one_per": "order",
"require_scan_timing": "after_product_scan|on_full",
"disable_confirm_button": true,
"require_packaging_type": "overbox",
"apply_to_region": "<string>",
"apply_unless_container_meets_hazmat": true,
"apply_to_multi_sku_package": true
},
"sku": "SKU-1AD",
"name": "Test Product",
"is_enabled": true,
"merchant": {
"type": "Merchant",
"id": 4
},
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z"
}
],
"Product": [
{
"type": "Product",
"id": 123,
"vendor_sku": "Vendor-SKU-1AD2",
"external_id": "11-993-9048",
"barcodes": [
"956623520-4",
"O-VS-Oregano-p3"
],
"goods_type": "NORMAL",
"is_available": true,
"is_visible": true,
"lot_type": {
"type": "LotType",
"id": 4
},
"weight": {
"value": 20,
"unit": "lb"
},
"dimensions": {
"length": 8,
"width": 6,
"height": 4,
"unit": "in"
},
"volume": {
"value": 300,
"unit": "in^3"
},
"inventory": {
"backorders": true,
"dynamic_allocation": true,
"virtual_inventory": "optimistic"
},
"export": {
"description": "Plastic children's toy with steel weights and ball bearings",
"customs_value": {
"amount": 99,
"currency": "USD"
},
"country_of_manufacture": "TW",
"hs_base_code": "8518.30",
"hs_country_extension": [
{
"country_id": "TW",
"extension": "002"
},
{
"country_id": "US",
"extension": "011"
}
]
},
"regulated_goods": {
"regulation": {
"type": "Regulation",
"id": 123
},
"technical_name": "Hydro Polymer Acetylene Coating",
"additional_information": "Flamable Liquid",
"net_weight": {
"value": 20,
"unit": "lb"
},
"container_type": "Plastic Box",
"container_meets_hazmat_specs": true,
"regulation_units": 5
},
"packaging": {
"require_packaging": true,
"require_weight_check": true,
"require_confirmation_per_item": true,
"unit_quantity": 1,
"bulk_quantity": 10,
"max_per_package": 15,
"is_ship_separately": true,
"ship_separately_tag": "PVC",
"can_tip": true,
"can_contain_other_items": true,
"is_handling_surcharge": true
},
"custom_fields": [
{
"code": "color",
"value": 13,
"label": "Red and Black"
},
{
"code": "cost_of_goods",
"value": 41.32
},
{
"code": "allow_mailer",
"value": true
}
],
"sku": "SKU-1AD",
"name": "Test Product",
"is_enabled": true,
"merchant": {
"type": "Merchant",
"id": 4
},
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z"
}
],
"Shipment": [
{
"type": "Shipment",
"id": 3,
"unique_id": "1100000003",
"external_id": "<string>",
"status": "new",
"shipping_carrier_code": "fedex",
"shipping_method": "<string>",
"shipping_method_name": "<string>",
"shipping_service_code": "<string>",
"shipping_service_name": "fedex_FEDEX_2_DAY",
"warehouse": {
"type": "Warehouse",
"id": 123
},
"order": {
"type": "Order",
"id": 123
},
"shipping_account": {
"type": "ShippingAccount",
"id": 4
},
"target_ship_date": "2023-12-25",
"item_weight": {
"value": 20,
"unit": "lb"
},
"shipped_weight": {
"value": 20,
"unit": "lb"
},
"items": [
{
"type": "ShipmentItem",
"id": 123,
"product": {
"type": "Product",
"id": 3
}
}
],
"packages": [
{
"items": [
{
"sku": "KDS2108",
"quantity": 2,
"order_item_id": 4,
"order_item_sku": "KDS2108",
"order_item_qty": 2,
"shipment_item_id": 4,
"weight": {
"value": 20,
"unit": "lb"
},
"hazmat_unit_weight": {
"value": 20,
"unit": "lb"
},
"total_customs_value": {
"amount": 99,
"currency": "USD"
}
}
],
"packaging": [
{
"product": {
"type": "Product",
"id": 3
},
"quantity": 4
}
],
"collected_data": [
{
"order_item_id": 4,
"label": "<string>",
"value": "<string>"
}
],
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z"
}
],
"packing_solution": {
"type": "ShipmentPackingSolution",
"id": 3,
"containers": [
{
"type": "ShipmentPackingSolutionContainer",
"weight": {
"value": 20,
"unit": "lb"
},
"dimensions": {
"length": 8,
"width": 6,
"height": 4,
"unit": "in"
},
"volume": {
"value": 300,
"unit": "in^3"
},
"void_percent": 15.23,
"regulation_type": "full",
"items": [
{
"type": "ShipmentPackingSolutionContainerItem",
"sku": "KDS2108",
"quantity": 2,
"order_item_id": 4,
"order_item_sku": "KDS2108",
"order_item_qty": 2,
"shipment_item_id": 4,
"weight": {
"value": 20,
"unit": "lb"
}
}
]
}
]
},
"picking_class_id": "Default",
"is_cutoff_date_exception": true,
"is_manually_processed": true,
"label_print_target": "label001",
"scac": "FDEG",
"carrier_shipping_cost": 3.9,
"is_international": true,
"is_documents_required": true,
"is_electronic_customs": true,
"infill_product_id": "kraft",
"max_package_weight": 2.5,
"packing_solution_providers": [
"Provider 1",
"Provider 2"
],
"tpb_group": "ACME Inc",
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z",
"packed_at": "2017-07-21T17:32:28Z",
"total_weight": {
"value": 20,
"unit": "lb"
}
}
],
"ShipmentItem": [
{
"type": "ShipmentItem",
"id": 123,
"sku": "KDS2108",
"product": {
"type": "Product",
"id": 123
},
"quantity": 4,
"qty_shipped": 4,
"qty_picked": 0,
"qty_canceled": 0,
"qty_cancel_requested": 0,
"order_item": {
"type": "OrderItem",
"id": 123
},
"reservations": [
{
"location": {
"type": "Location",
"id": 42
},
"quantity": 123
}
]
}
],
"ShipmentPackage": [
{
"items": [
{
"sku": "KDS2108",
"quantity": 2,
"order_item_id": 4,
"order_item_sku": "KDS2108",
"order_item_qty": 2,
"shipment_item_id": 4,
"weight": {
"value": 20,
"unit": "lb"
},
"hazmat_unit_weight": {
"value": 20,
"unit": "lb"
},
"total_customs_value": {
"amount": 99,
"currency": "USD"
}
}
],
"packaging": [
{
"product": {
"type": "Product",
"id": 3
},
"quantity": 4
}
],
"collected_data": [
{
"order_item_id": 4,
"label": "<string>",
"value": "<string>"
}
],
"created_at": "2017-07-21T17:32:28Z",
"updated_at": "2017-07-21T17:39:43Z"
}
],
"ShipmentPackageItem": [
{
"sku": "<string>",
"name": "<string>",
"quantity": 123,
"weight": {
"value": 20,
"unit": "lb"
},
"hazmat_unit_weight": {
"value": 20,
"unit": "lb"
},
"customs_value": {
"amount": 99,
"currency": "USD"
},
"order_item_id": 123,
"order_item_sku": "<string>",
"order_item_quantity": 123
}
],
"ShipmentPackingSolution": [
{
"type": "ShipmentPackingSolution",
"id": 3,
"containers": [
{
"type": "ShipmentPackingSolutionContainer",
"weight": {
"value": 20,
"unit": "lb"
},
"dimensions": {
"length": 8,
"width": 6,
"height": 4,
"unit": "in"
},
"volume": {
"value": 300,
"unit": "in^3"
},
"void_percent": 15.23,
"regulation_type": "full",
"items": [
{
"type": "ShipmentPackingSolutionContainerItem",
"sku": "KDS2108",
"quantity": 2,
"order_item_id": 4,
"order_item_sku": "KDS2108",
"order_item_qty": 2,
"shipment_item_id": 4,
"weight": {
"value": 20,
"unit": "lb"
}
}
]
}
]
}
],
"Warehouse": [
{
"type": "Warehouse",
"id": 3,
"name": "East Coast 1",
"is_active": true
}
]
},
"has_more": true,
"next": "<string>",
"previous": "<string>",
"meta": {
"processing_time": 0.2525252525,
"cursor_start": 123,
"cursor_end": 123,
"count": 123
}
}Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.
Specify additional fields of the Shipment object to be included in the response.
See the selecting fields page for more information.
basic, all, shipping_account, shipping_method, shipping_method_name, target_ship_date, total_weight, shipped_weight, items, item_weight, packages, packing_solution, picking_class_id, is_cutoff_date_exception, is_manually_processed, label_print_target, scac, carrier_shipping_cost, is_international, is_documents_required, is_electronic_customs, infill_product_id, max_package_weight, packing_solution_providers, tpb_group, created_at, updated_at, packed_at Specify additional fields of the ShipmentItem object to be included in the response. See the selecting fields page for more information.
basic, all, sku, product, quantity, qty_shipped, qty_picked, qty_canceled, qty_cancel_requested, order_item, reservations Specify additional fields of the Product objects to be included in the response. See the selecting fields page for more information.
Specify additional fields of the Product or Packaging* object to be included in the response.
basic, all, created_at, updated_at, container_options, supplies_options, data_collection_options, instruction_options, infill_options, vendor_sku, external_id, barcodes, goods_type, is_available, is_visible, weight, dimensions, volume, inventory, export, regulated_goods, packaging, custom_fields Specify additional fields of the OrderItem object to be included in the response. See the selecting fields page for more information.
all, order_item_ref, qty_ordered, qty_assigned, qty_allocated, qty_backordered, qty_processing, qty_picked, qty_shipped, qty_cancel_requested, qty_canceled, row_weight Specify additional fields of the Order object to be included in the response. See the selecting fields page for more information.
basic, all, carrier_code, shipping_method, signature_required, is_saturday_delivery, is_overbox_required, other_shipping_options, priority, requested_ship_date, is_declared_value_service, declared_value, shipping_address, items, shipments, created_at, updated_at, completed_at, status_history, custom_greeting Specify additional fields of the OrderItem object to be included in the response. See the selecting fields page for more information.
all, sku, order_item_ref, product, qty_ordered, qty_assigned, qty_allocated, qty_backordered, qty_processing, qty_picked, qty_shipped, qty_cancel_requested, qty_canceled, row_weight Specify additional fields of the Shipment object to be included in the response. See the selecting fields page for more information.
basic, all, shipping_account, shipping_method, shipping_method_name, target_ship_date, total_weight, shipped_weight, items, item_weight, packages, packing_solution, picking_class_id, is_cutoff_date_exception, is_manually_processed, label_print_target, scac, carrier_shipping_cost, is_international, is_documents_required, is_electronic_customs, infill_product_id, max_package_weight, packing_solution_providers, tpb_group, created_at, updated_at, packed_at Specify additional fields of the Merchant object to be included in the response. See the selecting fields page for more information.
basic, all, code, name, status, created_at, updated_at, brands, default_brand Specify additional fields of the Brand object to be included in the response. See the selecting fields page for more information.
basic, all, code, name, is_active, is_deleted, sort_order Specify additional fields of the OrderAddress object to be included in the response. See the selecting fields page for more information.
all, first_name,, last_name,, company,, street,, city,, region,, postcode,, country,, telephone,, email,, classification,, is_valid Specify additional fields of the OrderStatusHistory object to be included in the response. See the selecting fields page for more information.
all, status, comment, notify_merchant, user, script_id, created_at Specify additional fields of the Warehouse object to be included in the response.
all Specify additional fields of the ShipmentPackage object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the Product or Packaging* object to be included in the response.
basic, all, created_at, updated_at, container_options, supplies_options, data_collection_options, instruction_options, infill_options, vendor_sku, external_id, barcodes, goods_type, is_available, is_visible, weight, dimensions, volume, inventory, export, regulated_goods, packaging, custom_fields Specify additional fields of the ShipmentPackageItem object to be included in the response.
all, sku, name, quantity, weight, hazmat_unit_weight, customs_value, order_item_id, order_item_sku, order_item_quantity Specify additional fields of the ShipmentPackingSolution object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the Product or Packaging* object to be included in the response.
all, created_at, updated_at Using the filtering syntax, you may filter the results using the following fields:
idunique_idcreated_atupdated_atpacked_atThe default sort order is descending by primary key (sort=-id).
The following fields are available for sorting:
idunique_idcreated_atupdated_atpacked_atmerchant_idIf specified as 1, the meta.count property of the response will be present and populated with the total count of items
matching the query before any paging is applied. This is not included by default to improve performance in some edge
cases and is not required to perform paging using the next property of the response.
See paging parameters for more information.
0 <= x <= 1A cursor for use in pagination which defines the last id of the next page of results, non-inclusive.
See paging parameters for more information on paging.
A cursor for use in pagination which defines the starting id of the next page of results.
See paging parameters for more information on paging.
A limit on the number of objects to be returned.
1 <= x <= 1000100
A dictionary with a collection property that contains an array of up to
limit Shipment objects. If no shipments are found the array will be empty.
A list of Shipment objects.
Show child attributes
Shipment The internal id property used as a path parameter in a resource lookup.
3
A unique ID for the shipment. This number may appear on the packing slip as the "Packing Slip #".
"1100000003"
An arbitrary string to use as an external reference ID.
64The shipment status indicates which stage the shipment is in.
new, picking, picked, packing, packed, loaded, canceled, voided, packing_exception, shipped "new"
The ShipStream carrier code for the shipment. This will always be the same as the prefix for the shipping_service_code.
"fedex"
The shipping method that is ultimately chosen for the shipment. Virtual Shipping Methods such as "Cheapest All"
will determine the shipment's shipping method after rating data has been calculated.
Optional Field
The name of the shipping method.
Optional Field
The shipping service that is assigned to the shipment. This value is unique to ShipStream and the prefix is always
equivalent to the shipping_carrier_code which is provided separately for convenience.
This value is often the same as the Order's shipping_method_code but could be different if:
The human-friendly name of the shipping service assigned to this shipment. This value is the same as the label returned
by the shipping/shipping_method Enumeration.
"fedex_FEDEX_2_DAY"
A reference to a Warehouse by id.
The shipping account used to submit this shipment.
Optional Field
The date that the shipment is scheduled to be completed.
Optional Field
The total weight of all shipment items (does not include packaging).
Optional Field
The weight of all shipment items and packaging at the time of shipping.
Optional Field
A list of items belonging to the Shipment.
Optional Field
1Show child attributes
ShipmentItem The internal id property used as a path parameter in a resource lookup.
The Product this shipment line-item refers to.
The list of packages included in the shipment.
Optional Field
Show child attributes
A list of items contained within the ShipmentPackage.
1Show child attributes
The SKU identifier for the product contained in the package.
"KDS2108"
The quantity of a particular product in a package.
2
The internal id property used as a path parameter in a resource lookup.
4
The SKU identifier for the product as it relates to the shipment in an order.
"KDS2108"
The quantity of a product in the shipment of an order.
2
The internal id property used as a path parameter in a resource lookup.
4
The combined weight of the the same items in the package.
The combined weight of the same items in thie package formatted for hazmat inspection.
Show child attributes
The weight quantity defined as a floating point value of up to 4 decimal places.
20
This can be an imperial or metric unit for weight.
lb, oz, kg, g Packaging data to be used to process the shipment.
Show child attributes
A reference to a Product object by id.
Show child attributes
This property describes the type of object in the response body.
Product The internal id property used as a path parameter in a resource lookup.
3
The product quantity in the package.
4
Data collected for a shipment package.
Show child attributes
The internal id property used as a path parameter in a resource lookup.
4
The label of the collected order item.
The value of the collected order item.
The date and time the object was created in RFC 3339 section 5.6 notation.
"2017-07-21T17:32:28Z"
The date and time the object was last updated in RFC 3339 section 5.6 notation.
Optional Field
"2017-07-21T17:39:43Z"
The list of packaging solutions included in the shipment.
Optional Field
Show child attributes
ShipmentPackingSolution The internal id property used as a path parameter in a resource lookup.
3
The list of containers that make up the shipment's packing solution.
Show child attributes
ShipmentPackingSolutionContainer The weight of the container when packed with the shipment items.
Show child attributes
The weight quantity defined as a floating point value of up to 4 decimal places.
20
This can be an imperial or metric unit for weight.
lb, oz, kg, g The dimensions of the container in imperial or metric units.
Show child attributes
This distance value is usually assigned to the longest side of the object and is defined as a floating-point number up to 4 decimal places.
8
This value describes the horizontal distance of the subject defined as a floating-point number up to 4 decimal places.
6
This value describes the vertical distance of the subject defined as a floating-point number up to 4 decimal places.
4
The imperical or metric unit of measurement.
in, mm, cm, m The total volume of the container in imperial or metric units.
Show child attributes
This value describes the cubic size of the subject as a floating-point number up to 4 decimal places.
300
The imperical or metric unit of measurement as a cubic value.
in^3, mm^3, cm^3, m^3 The percentage of void space remaining in the container after using the packing solution to pack the items.
15.23
The regulation type of which this container fulfills the packaging requirements.
full, orm-d, limited, small, li-battery, normal The shipment items contained within the packaging.
1Show child attributes
ShipmentPackingSolutionContainerItem The SKU identifier for the product packed in the container.
"KDS2108"
The quantity of a particular product within the packing solution's container.
2
The internal id property used as a path parameter in a resource lookup.
4
The product SKU associated with the container as it relates to the whole order.
"KDS2108"
The quantity of a product in the container as it relates to the whole order.
2
The internal id property used as a path parameter in a resource lookup.
4
The combined product weight within the container.
Show child attributes
The weight quantity defined as a floating point value of up to 4 decimal places.
20
This can be an imperial or metric unit for weight.
lb, oz, kg, g The ID for the Picking Class used for Bulk Fulfill Orders and Picking Batches.
Optional Field
"Default"
Flag to indicate that a shipment has a cutoff date exception.
Optional Field
true
Flag to indicate that a shipment is to be manually processed.
Optional Field
true
The label printer ID used for the shipment.
Optional Field
"label001"
The Standard Carrier Alpha Code which can be found at https://en.wikipedia.org/wiki/Standard_Carrier_Alpha_Code
Optional Field
"FDEG"
The shipping cost given by the carrier.
Optional Field
3.9
Flag to indicate that a shipment is using international shipping.
Optional Field
true
Flag to indicate that a shipment requires documents such as those for customs.
Optional Field
true
The flag indicates the presence of electronic customs documents, which will skip printing customs documents.
Optional Field
true
The SKU for the infill product to be used in the shipment.
Optional Field
"kraft"
The maximum package weight set for the shipment.
Optional Field
2.5
Packing solution providers for the shipment.
Optional Field
["Provider 1", "Provider 2"]The third party billing group for the shipment.
Optional Field
"ACME Inc"
The date and time the object was created in RFC 3339 section 5.6 notation.
Optional Field
"2017-07-21T17:32:28Z"
The date and time the object was last updated in RFC 3339 section 5.6 notation.
Optional Field
"2017-07-21T17:39:43Z"
The date and time the Shipment was packed in RFC 3339 section 5.6 notation.
Optional Field
"2017-07-21T17:32:28Z"
The total weight of the shipment as measured or estimated based on the packages and their contents.
Lists of referenced objects included by specifying optional fields. See the selecting fields page for more information.
Show child attributes
Show child attributes
Brand The internal id property used as a path parameter in a resource lookup.
4
The brand code may contain only letters (a-z), numbers (0-9) or underscore(_), the first character must be a letter.
1 - 32"acme_inc"
Any string which uniquely identifies a Brand.
1 - 255"ACME Inc."
This flag is true if the Brand is active.
true
This flag is true if the Brand has been deleted.
false
The sort order property.
0
Show child attributes
Merchant The internal id property used as a path parameter in a resource lookup.
4
Merchant code may only contain letters (a-z), numbers (0-9) or underscore(_), the first character must be a letter.
1 - 32"acme_inc"
Any string which uniquely identifies a Merchant.
1 - 64"ACME Inc."
Lifecycle status of the Merchant:
active: Merchant is operational and available for usesuspended: Temporarily on hold, can be easily reactivatedinactive: Long-term offline status, reactivation is possible but may require additional stepsarchived: Soft delete status, manual recovery requiredactive, inactive, suspended, archived "active"
The date and time the object was created in RFC 3339 section 5.6 notation.
Optional Field
"2017-07-21T17:32:28Z"
The date and time the object was last updated in RFC 3339 section 5.6 notation.
Optional Field
"2017-07-21T17:39:43Z"
A merchant must have one or more brands which may share the same pool of inventory. Brands can be used for
customizing presentation and behaviors and often correspond to distinct lines of business or market presences.
Optional Field
This is the primary brand used when defining only the merchant for operations such as creating a new product.
Optional Field
Show child attributes
Order The internal id property used as a path parameter in a resource lookup.
3
The unique id for the order. This will be auto-assigned if not specified by the merchant at order creation time.
1 - 50"1100000003"
An optional merchant-supplied reference for the order. Not a unique identifier.
"O-382227"
This describes the high-level, overall progress of the order.
new, processing, complete, canceled, holded "new"
This describes the low-level details of the current process of the order.
new, delayed_shipment, holded, partial_backorder, backordered, unresolved, unable_to_process, processing, complete, canceled, invalid_address "new"
The sub-level of a merchant which allows for separate customized configurations under the same merchant, such as packing slip designs, plugin subscriptions, etc.
Show child attributes
Brand The internal id property used as a path parameter in a resource lookup.
4
The brand code may contain only letters (a-z), numbers (0-9) or underscore(_), the first character must be a letter.
1 - 32"acme_inc"
Any string which uniquely identifies a Brand.
1 - 255"ACME Inc."
This flag is true if the Brand is active.
true
This flag is true if the Brand has been deleted.
false
The sort order property.
0
This describes the owner or vendor of a particular line of products. There can be more than one product or brand for every merchant. And merchants can have their own shipping Rate Groups.
Show child attributes
Merchant The internal id property used as a path parameter in a resource lookup.
4
Merchant code may only contain letters (a-z), numbers (0-9) or underscore(_), the first character must be a letter.
1 - 32"acme_inc"
Any string which uniquely identifies a Merchant.
1 - 64"ACME Inc."
Lifecycle status of the Merchant:
active: Merchant is operational and available for usesuspended: Temporarily on hold, can be easily reactivatedinactive: Long-term offline status, reactivation is possible but may require additional stepsarchived: Soft delete status, manual recovery requiredactive, inactive, suspended, archived "active"
The date and time the object was created in RFC 3339 section 5.6 notation.
Optional Field
"2017-07-21T17:32:28Z"
The date and time the object was last updated in RFC 3339 section 5.6 notation.
Optional Field
"2017-07-21T17:39:43Z"
A merchant must have one or more brands which may share the same pool of inventory. Brands can be used for
customizing presentation and behaviors and often correspond to distinct lines of business or market presences.
Optional Field
This is the primary brand used when defining only the merchant for operations such as creating a new product.
Optional Field
The carrier code of the assigned shipping method.
"fedex"
The desired mode of transporting the shipment, which can either be a specific carrier and service, or a virtual method to select the optimal carrier and service for a specific criteria (e.g. Cheapest 2 Day, Cheapest All, etc.).
"fedex_FEDEX_2_DAY"
If a signature option is selected, this special service will instruct the carrier's driver to request a physical signature from the shipment recipient at the time of delivery. If it is not an available service, the shipping carrier will return an error when attempting to "Pack and Ship" the order.\
none No signature required.any Direct signature required.indirect Indirect signature required.adult Adult signature required.default The default option for the shipping method will be applied.none, any, indirect, adult, default "adult"
This flag will indicate whether saturday delivery is required. May not be applicable to all shipping methods or delivery areas.
This flag will will direct the packer to use a packaging container that has "Satisfies Overbox" enabled.
This order's priority. Setting the priority will boost or suppress this order's priority in relation to other orders for the same products. Lower numbers are higher in priority.
0 <= x <= 100Date when the order was requested to be shipped. If the order is Ready to Ship after the Service Level's Cutoff Time but before the Absolute Cutoff Time the Shipments may still receive the requested Target Ship Date and the Shipment's is_cutoff_date_exception flag will be true.
"2021-02-21"
Flag to indicate that a declared value service is required. If true then declared_value should also be set.
true
If specified, is_declared_value_service must also be true. This is the maximum value of the products used to calculate shipping insurance.
The recipient's mailing address, phone number and email address. This also includes flags indicating the classification and validity of the address.
Show child attributes
OrderAddress The internal id property used as a path parameter in a resource lookup.
4
The recipient's first name.
255"Celina"
The recipient's last name.
255"Goalley"
The recipient's company name (if applicable).
255"Thompson-Torp"
The recipient's building, apartment, or suite number then a street name.
1 - 4 elementsThe recipient's city or town name within a state, providence, or region.
255"Springfield"
The recipient's full state, providence, or region name.
255"MO"
This is a country-specific postal code (also known as zip code, post code, etc.) that can comprise of any number of alpha-numeric characters and hyphens. (e.g. 99999 or 99999-999, A9A 9A9).
255"65807"
An ISO 3166 alpha-2 country code.
2"US"
The phone number of the recipient including country code (e.g. +444175193773).
255"(417) 123-4567"
The type of address for the recipient which can affect rates and availability of shipping methods.
res, com, po, mil "res"
This flag indicates whether or not the address has been validating using a third party address validator.
true
A list of products with their stock movement statuses and quantities as they relate to an order.
Show child attributes
OrderItem The internal id property used as a path parameter in a resource lookup.
4
The SKU of the product being shipped in the order.
"KDS2108"
If required by your integration you may specify a reference to an external order item id.
Reference a Product by id.
Show child attributes
This is a read-only property that describes the type of object in the response body.
Product, PackagingContainer, PackagingInfill, PackagingSupplies The internal, read-only, id property used as a path parameter in a resource lookup.
Quantity of item ordered.
1 <= x <= 9999994
Quantity of item assigned to a warehouse.
0 <= x <= 999999.999999994
Quantity of item allocated inventory.
0 <= x <= 999999.999999990
Quantity of item back-ordered.
0 <= x <= 999999.999999990
Quantity of item ready to be picked.
0 <= x <= 999999.999999990
Quantity of item picked.
0 <= x <= 999999.999999990
Quantity of item shipped.
0 <= x <= 999999.999999994
Quantity of item requested to be canceled.
0 <= x <= 999999.999999990
Quantity of item canceled.
0 <= x <= 999999.999999990
Total weight of the item.
A list of package groups that details their finalized shipping methods, warehouse origins, and packing solutions.
A Shipment represents one or more pickable items which may constitute a whole or part of an Order.
Shipments are assigned directly to a Warehouse and may ultimately represent one or more packages once completed.
If specified will override the configured Packing Slip default greeting. Allowing the addition of a
Packing Slip Custom Greeting.
Optional Field
65535An order's status history and comments.
Optional Field
Show child attributes
An optional description for the history event which can be added programatically.
2048"Changed shipping method to FedEx Ground"
OrderStatusHistory The internal id property used as a path parameter in a resource lookup.
3
The status of the order at the time the history event was added.
new, delayed_shipment, holded, partial_backorder, backordered, unresolved, unable_to_process, processing, complete, canceled, invalid_address "new"
Set to true to notify the merchant, or false not to notify the merchant. Set to null or omit if a notification is not applicable.
Reference an OrganizationUser or ClientUser by id.
The ID of the script that added the comment.
The date and time the object was created in RFC 3339 section 5.6 notation.
"2017-07-21T17:32:28Z"
This field allows for JSON code to be processed about an order at the time of shipping, such as updating an address, order status, or shipping method.\ Optional Field
Show child attributes
An array of shipping methods or regular expressions to match against a shipping method.
["/^ups_/", "fedex_FEDEX_2_DAY"]Determines the party responsible for paying duties and taxes for international shipments.\ Optional Field
Show child attributes
default Use carrier configuration.shipper Shipper pays duties.recipient Recipient pays duties.third_party Use Third Party Billing for paying duties.default, shipper, recipient, third_party "third_party"
The ID number of a Third Party Billing Account Group. If unset or null, and a default group is configured, the default group will be used. Set to 0 to disable third party billing.
x >= 13
The date and time the object was created in RFC 3339 section 5.6 notation.
Optional Field
"2017-07-21T17:32:28Z"
The date and time the object was last updated in RFC 3339 section 5.6 notation.
"2017-07-21T17:39:43Z"
The date and time the order was completed in RFC 3339 section 5.6 notation.
Optional Field
"2017-07-21T17:39:43Z"
Show child attributes
OrderAddress The internal id property used as a path parameter in a resource lookup.
4
The recipient's first name.
255"Celina"
The recipient's last name.
255"Goalley"
The recipient's company name (if applicable).
255"Thompson-Torp"
The recipient's building, apartment, or suite number then a street name.
1 - 4 elementsThe recipient's city or town name within a state, providence, or region.
255"Springfield"
The recipient's full state, providence, or region name.
255"MO"
This is a country-specific postal code (also known as zip code, post code, etc.) that can comprise of any number of alpha-numeric characters and hyphens. (e.g. 99999 or 99999-999, A9A 9A9).
255"65807"
An ISO 3166 alpha-2 country code.
2"US"
The phone number of the recipient including country code (e.g. +444175193773).
255"(417) 123-4567"
The type of address for the recipient which can affect rates and availability of shipping methods.
res, com, po, mil "res"
This flag indicates whether or not the address has been validating using a third party address validator.
true
Show child attributes
OrderItem The internal id property used as a path parameter in a resource lookup.
4
The SKU of the product being shipped in the order.
"KDS2108"
If required by your integration you may specify a reference to an external order item id.
Reference a Product by id.
Show child attributes
This is a read-only property that describes the type of object in the response body.
Product, PackagingContainer, PackagingInfill, PackagingSupplies The internal, read-only, id property used as a path parameter in a resource lookup.
Quantity of item ordered.
1 <= x <= 9999994
Quantity of item assigned to a warehouse.
0 <= x <= 999999.999999994
Quantity of item allocated inventory.
0 <= x <= 999999.999999990
Quantity of item back-ordered.
0 <= x <= 999999.999999990
Quantity of item ready to be picked.
0 <= x <= 999999.999999990
Quantity of item picked.
0 <= x <= 999999.999999990
Quantity of item shipped.
0 <= x <= 999999.999999994
Quantity of item requested to be canceled.
0 <= x <= 999999.999999990
Quantity of item canceled.
0 <= x <= 999999.999999990
Total weight of the item.
Show child attributes
An optional description for the history event which can be added programatically.
2048"Changed shipping method to FedEx Ground"
OrderStatusHistory The internal id property used as a path parameter in a resource lookup.
3
The status of the order at the time the history event was added.
new, delayed_shipment, holded, partial_backorder, backordered, unresolved, unable_to_process, processing, complete, canceled, invalid_address "new"
Set to true to notify the merchant, or false not to notify the merchant. Set to null or omit if a notification is not applicable.
Reference an OrganizationUser or ClientUser by id.
The ID of the script that added the comment.
The date and time the object was created in RFC 3339 section 5.6 notation.
"2017-07-21T17:32:28Z"
Show child attributes
This property describes the type of object in the response body.
PackagingContainer The internal, read-only, id property used as a path parameter in a resource lookup.
Show child attributes
A comma separated list of unique packaging feature barcodes.
Optional Field
"956623520-4"
The weight of the container when packed with the shipment items.
Show child attributes
The weight quantity defined as a floating point value of up to 4 decimal places.
20
This can be an imperial or metric unit for weight.
lb, oz, kg, g The dimensions of the container in imperial or metric units.
Show child attributes
This distance value is usually assigned to the longest side of the object and is defined as a floating-point number up to 4 decimal places.
8
This value describes the horizontal distance of the subject defined as a floating-point number up to 4 decimal places.
6
This value describes the vertical distance of the subject defined as a floating-point number up to 4 decimal places.
4
The imperical or metric unit of measurement.
in, mm, cm, m The total volume of the container in imperial or metric units.
Show child attributes
This value describes the cubic size of the subject as a floating-point number up to 4 decimal places.
300
The imperical or metric unit of measurement as a cubic value.
in^3, mm^3, cm^3, m^3 This flag indicates whether or not to adjust the inventory quantity of the packaging feature with each use. If true then the inventory levels will decrease with each use. If no then the inventory will not adjust with each use.
true, false A list of products with this packaging feature selected in its "Other Special Features" option in the product's "Packaging" tab.
Show child attributes
This property describes the type of object in the response body.
Product The internal id property used as a path parameter in a resource lookup.
3
If specified, this packaging feature will only be applicable to the selected merchants/brands.
Reference a Merchant by id.
Show child attributes
If specified, this packaging feature will not be applicable to the selected merchants/brands.
Reference a Merchant by id.
Show child attributes
The amount that will be billable for consumption of one unit of this packaging feature.
Optional Field
If specified, this packaging feature will only be applicable to the selected warehouses.
A reference to a Warehouse by id.
Show child attributes
This property describes the type of object in the response body.
Warehouse The internal id property used as a path parameter in a resource lookup.
If specified, this packaging feature will only be applicable to the selected carriers/shipping methods.
Will be a valid container for products which have Requires Overbox: Yes.
true, false Containers with "Use for Bin Packing: No" will not be used by packing solution providers.
yes, no, fallback Maximum allowed weight of the container, including tare weight.
Optional Field
Show child attributes
The weight quantity defined as a floating point value of up to 4 decimal places.
20
This can be an imperial or metric unit for weight.
lb, oz, kg, g Specify the container type. Currently, only "Rigid Box" is supported.
rigid_box The Packaging Surcharge is applicable for this packaging feature (e.g. cylindrical, non-fiberboard material, protrusions, non-conveyable, etc.)
true, false The Stock Keeping Unit (SKU) is a unique identifier for the Product.
"SKU-1AD"
This is displayed as a short, descriptive title for the Product.
"Test Product"
Disabled products are effectively deleted.
true, false The date and time the object was created in RFC 3339 section 5.6 notation.
Optional Field
"2017-07-21T17:32:28Z"
The date and time the object was last updated in RFC 3339 section 5.6 notation.
"2017-07-21T17:39:43Z"
Show child attributes
The Stock Keeping Unit (SKU) is a unique identifier for the Product.
"SKU-1AD"
This is displayed as a short, descriptive title for the Product.
"Test Product"
Disabled products are effectively deleted.
true, false The Merchant to which the product belongs.
The date and time the object was created in RFC 3339 section 5.6 notation.
Optional Field
"2017-07-21T17:32:28Z"
The date and time the object was last updated in RFC 3339 section 5.6 notation.
"2017-07-21T17:39:43Z"
This property describes the type of object in the response body.
PackagingDataCollection The internal, read-only, id property used as a path parameter in a resource lookup.
Show child attributes
A list of products with this packaging feature selected in its "Other Special Features" option in the product's "Packaging" tab.
Show child attributes
This property describes the type of object in the response body.
Product The internal id property used as a path parameter in a resource lookup.
3
If specified, this packaging feature will only be applicable to the selected merchants/brands.
Reference a Merchant by id.
Show child attributes
Merchant The internal id property used as a path parameter in a resource lookup.
4
If specified, this packaging feature will not be applicable to the selected merchants/brands.
Reference a Merchant by id.
Show child attributes
Merchant The internal id property used as a path parameter in a resource lookup.
4
The amount that will be billable for consumption of one unit of this packaging feature.
Optional Field
If specified, this packaging feature will only be applicable to the selected carriers/shipping methods.
This packaging feature will be applied to all shipments containing an item with this Goods Type. \
NORMAL Not RegulatedORM_D ORM-D
Optional Fieldany, NORMAL, ORM_D This packaging feature will be applied to all shipments which do not contain an item with this Goods Type. \
NORMAL Not RegulatedLIMITED_QUANTITIES_COMMODITIES Limited Quantities: Consumer CommodityHAZMAT Regulated
Optional FieldNORMAL, LIMITED_QUANTITIES_COMMODITIES, HAZMAT If specified, this packaging product is not a requirement for packages under the given weight when "Always/Never Apply to Goods Type" is specified.
Optional Field
Show child attributes
The weight quantity defined as a floating point value of up to 4 decimal places.
20
This can be an imperial or metric unit for weight.
lb, oz, kg, g The expected number of scans per shipment. The product "Unit Quantity" is used as a multiplier for "One Scan Per: Each".
order, package, item, each Choose how the scan timer should begin recording time data on this product or packaging feature.
after_product_scan|on_full, on_start If "No", the user will be able to tap "Confirm" rather than scanning a barcode.
true, false If specified, this packaging feature will only be applicable when the container meets the chosen criteria based on the container's "Satisfies Overbox" attribute when "Always/Never Apply to Goods Type" is specified.
overbox, non_overbox If "Yes", this packaging product will be applicable unless a package contains a DG item with "Container Meets Hazmat Specs: Yes" when "Always/Never Apply to Goods Type" is specified.
true, false If "Yes", this packaging product will only be applied to packages containing more than one SKU when "Always/Never Apply to Goods Type" is specified.
true, false Specify a Javascript-compatible regular expression which describes the format of the data to be collected. Examples: ".+" for anything, or "^[0-9]{15}$" for a 15-digit number. See http://regexpal.com/
Unless specified, this packaging feature will apply to all regions when "Always/Never Apply to Goods Type" is specified.
Prevent the same data collection value from being collected more than once on the same shipment.
true, false Show child attributes
This property describes the type of object in the response body.
PackagingInfill The internal, read-only, id property used as a path parameter in a resource lookup.
Show child attributes
A comma separated list of unique packaging feature barcodes.
Optional Field
"956623520-4"
The weight of the infill.
Optional Field
Show child attributes
The weight quantity defined as a floating point value of up to 4 decimal places.
20
This can be an imperial or metric unit for weight.
lb, oz, kg, g This flag indicates whether or not to adjust the inventory quantity of the packaging feature with each use. If true then the inventory levels will decrease with each use. If no then the inventory will not adjust with each use.
true, false A list of products with this packaging feature selected in its "Other Special Features" option in the product's "Packaging" tab.
Show child attributes
This property describes the type of object in the response body.
Product The internal id property used as a path parameter in a resource lookup.
3
If specified, this packaging feature will only be applicable to the selected merchants/brands.
Reference a Merchant by id.
If specified, this packaging feature will not be applicable to the selected merchants/brands.
Reference a Merchant by id.
Show child attributes
The amount that will be billable for consumption of one unit of this packaging feature.
Optional Field
If "No", the user will be able to tap "Confirm" rather than scanning a barcode.
true, false If "Yes", this packaging product will be applicable unless a package contains a DG item with "Container Meets Hazmat Specs: Yes" when "Always/Never Apply to Goods Type" is specified.
true, false If "Yes", this packer will be prompted and required to confirm the use of infill.
true, false The amount of space to reserve on each horizontal side of the package for infill.
Optional Field
Show child attributes
This value describes the length of the object as a floating-point number up to 4 decimal places.
12
The imperical or metric unit of measurement.
in, mm, cm, m The amount of space to reserve on each vertical side of the package for infill.
Optional Field
Show child attributes
This value describes the length of the object as a floating-point number up to 4 decimal places.
12
The imperical or metric unit of measurement.
in, mm, cm, m If multiple infill types are prescribed for a mix of items, the infill with the lowest Infill Priority number will prevail.
The Stock Keeping Unit (SKU) is a unique identifier for the Product.
"SKU-1AD"
This is displayed as a short, descriptive title for the Product.
"Test Product"
Disabled products are effectively deleted.
true, false The date and time the object was created in RFC 3339 section 5.6 notation.
Optional Field
"2017-07-21T17:32:28Z"
The date and time the object was last updated in RFC 3339 section 5.6 notation.
"2017-07-21T17:39:43Z"
Show child attributes
This property describes the type of object in the response body.
PackagingInstruction The internal, read-only, id property used as a path parameter in a resource lookup.
Show child attributes
A comma separated list of unique packaging feature barcodes.
Optional Field
"956623520-4"
A list of products with this packaging feature selected in its "Other Special Features" option in the product's "Packaging" tab.
Show child attributes
This property describes the type of object in the response body.
Product The internal id property used as a path parameter in a resource lookup.
3
If specified, this packaging feature will only be applicable to the selected merchants/brands.
Reference a Merchant by id.
Show child attributes
If specified, this packaging feature will not be applicable to the selected merchants/brands.
Reference a Merchant by id.
Show child attributes
Merchant The internal id property used as a path parameter in a resource lookup.
4
The amount that will be billable for consumption of one unit of this packaging feature.
Optional Field
If specified, this packaging feature will only be applicable to the selected carriers/shipping methods.
This packaging feature will be applied to all shipments containing an item with this Goods Type.
NORMAL Not RegulatedORM_D ORM-D
Optional Fieldany, NORMAL, ORM_D This packaging feature will be applied to all shipments which do not contain an item with this Goods Type.
NORMAL Not RegulatedLIMITED_QUANTITIES_COMMODITIES Limited Quantities: Consumer CommodityHAZMAT Regulated
Optional FieldNORMAL, LIMITED_QUANTITIES_COMMODITIES, HAZMAT If specified, this packaging product is not a requirement for packages under the given weight when "Always/Never Apply to Goods Type" is specified.
Optional Field
Show child attributes
The weight quantity defined as a floating point value of up to 4 decimal places.
20
This can be an imperial or metric unit for weight.
lb, oz, kg, g The expected number of scans per shipment. The product "Unit Quantity" is used as a multiplier for "One Scan Per: Each".
order, package, item, each Choose how the scan timer should begin recording time data on this product or packaging feature.
after_product_scan|on_full, on_start If "No", the user will be able to tap "Confirm" rather than scanning a barcode.
true, false If specified, this packaging feature will only be applicable when the container meets the chosen criteria based on the container's "Satisfies Overbox" attribute when "Always/Never Apply to Goods Type" is specified.
overbox, non_overbox Unless specified, this packaging feature will apply to all regions when "Always/Never Apply to Goods Type" is specified.
If "Yes", this packaging product will be applicable unless a package contains a DG item with "Container Meets Hazmat Specs: Yes" when "Always/Never Apply to Goods Type" is specified.
true, false If "Yes", this packaging product will only be applied to packages containing more than one SKU when "Always/Never Apply to Goods Type" is specified.
true, false The Stock Keeping Unit (SKU) is a unique identifier for the Product.
"SKU-1AD"
This is displayed as a short, descriptive title for the Product.
"Test Product"
Disabled products are effectively deleted.
true, false The Merchant to which the product belongs.
The date and time the object was created in RFC 3339 section 5.6 notation.
Optional Field
"2017-07-21T17:32:28Z"
The date and time the object was last updated in RFC 3339 section 5.6 notation.
"2017-07-21T17:39:43Z"
Show child attributes
This property describes the type of object in the response body.
PackagingSupplies The internal, read-only, id property used as a path parameter in a resource lookup.
Show child attributes
A comma separated list of unique packaging feature barcodes.
Optional Field
"956623520-4"
The weight of the infill.
Optional Field
Show child attributes
The weight quantity defined as a floating point value of up to 4 decimal places.
20
This can be an imperial or metric unit for weight.
lb, oz, kg, g This flag indicates whether or not to adjust the inventory quantity of the packaging feature with each use. If true then the inventory levels will decrease with each use. If no then the inventory will not adjust with each use.
true, false A list of products with this packaging feature selected in its "Other Special Features" option in the product's "Packaging" tab.
Show child attributes
This property describes the type of object in the response body.
Product The internal id property used as a path parameter in a resource lookup.
3
If specified, this packaging feature will only be applicable to the selected merchants/brands.
Reference a Merchant by id.
Show child attributes
If specified, this packaging feature will not be applicable to the selected merchants/brands.
Reference a Merchant by id.
Show child attributes
The amount that will be billable for consumption of one unit of this packaging feature.
Optional Field
If specified, this packaging feature will only be applicable to the selected warehouses.
A reference to a Warehouse by id.
Show child attributes
This property describes the type of object in the response body.
Warehouse The internal id property used as a path parameter in a resource lookup.
If specified, this packaging feature will only be applicable to the selected carriers/shipping methods.
The Packaging Surcharge is applicable for this packaging feature (e.g. cylindrical, non-fiberboard material, protrusions, non-conveyable, etc.)
true, false This packaging feature will be applied to all shipments which do not contain an item with this Goods Type.
NORMAL Not RegulatedORM_D ORM-D
Optional Fieldany, NORMAL, ORM_D This packaging feature will be applied to all shipments which do not contain an item with this Goods Type.
NORMAL Not RegulatedLIMITED_QUANTITIES_COMMODITIES Limited Quantities: Consumer CommodityHAZMAT Regulated
Optional FieldNORMAL, LIMITED_QUANTITIES_COMMODITIES, HAZMAT If specified, this packaging supply is not a requirement for packages under the given weight when "Always/Never Apply to Goods Type" is specified.
Optional Field
Show child attributes
The weight quantity defined as a floating point value of up to 4 decimal places.
20
This can be an imperial or metric unit for weight.
lb, oz, kg, g The expected number of scans per shipment. The product "Unit Quantity" is used as a multiplier for "One Scan Per: Each".
order, package, item, each Choose how the scan timer should begin recording time data on this product or packaging feature.
after_product_scan|on_full, on_start If "No", the user will be able to tap "Confirm" rather than scanning a barcode.
true, false If specified, this packaging feature will only be applicable when the container meets the chosen criteria based on the container's "Satisfies Overbox" attribute when "Always/Never Apply to Goods Type" is specified.
overbox, non_overbox Unless specified, this packaging feature will apply to all regions when "Always/Never Apply to Goods Type" is specified.
If "Yes", this packaging product will be applicable unless a package contains a DG item with "Container Meets Hazmat Specs: Yes" when "Always/Never Apply to Goods Type" is specified.
true, false If "Yes", this packaging product will only be applied to packages containing more than one SKU when "Always/Never Apply to Goods Type" is specified.
true, false The Stock Keeping Unit (SKU) is a unique identifier for the Product.
"SKU-1AD"
This is displayed as a short, descriptive title for the Product.
"Test Product"
Disabled products are effectively deleted.
true, false The date and time the object was created in RFC 3339 section 5.6 notation.
Optional Field
"2017-07-21T17:32:28Z"
The date and time the object was last updated in RFC 3339 section 5.6 notation.
"2017-07-21T17:39:43Z"
A Product contains information about a sellable item.
Show child attributes
This property describes the type of object in the response body.
Product The internal, read-only, id property used as a path parameter in a resource lookup.
For informational use only. Displayed during delivery processing to help match products.
Optional Field
"Vendor-SKU-1AD2"
May be used for external product sync.
"11-993-9048"
A comma separated list of unique packaging feature barcodes.
["956623520-4", "O-VS-Oregano-p3"]This defines the regulations, if any, assigned to a Product.
NORMAL Not RegulatedORM_D ORM-DLIMITED_QUANTITIES_COMMODITIES Limited Quantities: Consumer CommodityHAZMAT RegulatedNORMAL, ORM_D, LIMITED_QUANTITIES_COMMODITIES, HAZMAT This flag must be true to allow the Product to be ordered.
true, false This flag must be true to show the Product in the inventory feed.
true, false This LotType determines how a Product should be "burned" and whether lots with dissimilar data
can be "mixed".
Optional Field
This object defines the weight of the Product in imperial or metric units.
Optional Field
This object defines the length, width, and height of the Product in imperial or metric units.
Optional Field
Show child attributes
This distance value is usually assigned to the longest side of the object and is defined as a floating-point number up to 4 decimal places.
8
This value describes the horizontal distance of the subject defined as a floating-point number up to 4 decimal places.
6
This value describes the vertical distance of the subject defined as a floating-point number up to 4 decimal places.
4
The imperical or metric unit of measurement.
in, mm, cm, m This object defines the cubic size of the Product in imperial or metric units.
Optional Field
Show child attributes
This value describes the cubic size of the subject as a floating-point number up to 4 decimal places.
300
The imperical or metric unit of measurement as a cubic value.
in^3, mm^3, cm^3, m^3 This object describes how the Product Stock is defined, such as real config values, or Virtual Inventory, and how to handle Backorders.
Optional Field
Show child attributes
This determines if Product that is no longer in stock may be backordered or whether or not to use ShipStream's scoped configurations.
true
This will allow the Product to source from inventory in other warehouses in real-time if enabled, and can be set to use ShipStream's scoped configurations.
true
This is the method used to predict an esitmate of inventory available when kitting from the Product.
none, optimistic, realistic, pessimistic "optimistic"
This object contains fields for describing and codifying an internationally exportable Product.
Optional Field
Show child attributes
This is used to describe in detail the Product for international shipping and customs regulations.
"Plastic children's toy with steel weights and ball bearings"
The value of the products the purpose of calculating duties and taxes in the destination country.
2 letters Country ISO Code
"TW"
This is the Harmonized System Code (HS Code); a standardized numerical method of classifying traded products. These are 6 digit codes in the format ###.## which are associated with a standard HS Code Description.
"8518.30"
[
{ "country_id": "TW", "extension": "002" },
{ "country_id": "US", "extension": "011" }
]This object only applies a Product using the "Regulated" Goods Type, and describes the Regulation and container specifications for the Product.
Optional Field
Show child attributes
A reference to a Regulation by id.
Show child attributes
This property describes the type of object in the response body.
Regulation The internal id property used as a path parameter in a resource lookup.
Must match against Regulation's Technical Name Pattern if specified.
"Hydro Polymer Acetylene Coating"
Must match against Regulation's Additional Regulatory Information Pattern if specified.
"Flamable Liquid"
Show child attributes
The weight quantity defined as a floating point value of up to 4 decimal places.
20
This can be an imperial or metric unit for weight.
lb, oz, kg, g The Overpack Container Type can be a combination of material and container type such as Aluminum Box, Steel Drum, or a combination of a material and container type from these two lists:
Material: Aluminum, Fiberboard, Glass, Plywood, Plastic, Steel, WoodContainer: Bag, Bottle, Box, Bucket, Cylinder, Drum, Jerrican, Pail"Plastic Box"
This flag indicates that the RegulatedGoods container is sufficient for a regulated (HAZMAT) product.
true
These units are arbitrary and should be relative to the Regulation's Pickup Weight Limit. E.g. it could be in pounds, kilowatt/hours, etc.
5
This object defines how the shipping container/box for the Product is to be processed and whether there are any special instructions during packing.
Optional Field
Show child attributes
If Yes, packaging will require a Box with "Satisfies Overbox: Yes".
true, false true
If Yes, the associated product will require the use of a scale to verify that the package's weight falls within the expected amount. If this is set to No, this step will be skipped by the packer.
true, false true
If Yes, Packaging Products with "One Scan Per: Item" will require a scan for each item packed rather than just one for the first item in a package.
true, false true
Number of individually packaged items contained therein for purposes of special packaging features.
1
Prefer to split into packages when necessary using multiples of this amount.
10
The maximum quantity of this product to ever include in the same package. Multiply by "Unit Quantity" to achieve common units between other products with the same "Ship Separate Tag" value.
15
This item cannot ship in the same package as other items (unless they have the same "Ship Separate Tag").
true, false true
Applies only if "Ship Separate" is "Yes". Assign the same tag to treat similar products as interchangeable with respect to the "Ship Separate" and "Max Per Package" attribute.
"PVC"
If Yes, the item is allowed to be rotated vertically when packed.
true, false true
If Yes then other smaller items are allowed to be placed within this larger item. This is useful when the item is hollow or is a bin/bucket.
true, false true
The Packaging Surcharge is applicable when shipped without an Overbox.
true, false true
This will set any Product Attributes, pre-defined by the user, for the Product.
Optional Field
[
{
"code": "color",
"value": 13,
"label": "Red and Black"
},
{ "code": "cost_of_goods", "value": 41.32 },
{ "code": "allow_mailer", "value": true }
]The Stock Keeping Unit (SKU) is a unique identifier for the Product.
"SKU-1AD"
This is displayed as a short, descriptive title for the Product.
"Test Product"
Disabled products are effectively deleted.
true, false The date and time the object was created in RFC 3339 section 5.6 notation.
Optional Field
"2017-07-21T17:32:28Z"
The date and time the object was last updated in RFC 3339 section 5.6 notation.
"2017-07-21T17:39:43Z"
Show child attributes
Shipment The internal id property used as a path parameter in a resource lookup.
3
A unique ID for the shipment. This number may appear on the packing slip as the "Packing Slip #".
"1100000003"
An arbitrary string to use as an external reference ID.
64The shipment status indicates which stage the shipment is in.
new, picking, picked, packing, packed, loaded, canceled, voided, packing_exception, shipped "new"
The ShipStream carrier code for the shipment. This will always be the same as the prefix for the shipping_service_code.
"fedex"
The shipping method that is ultimately chosen for the shipment. Virtual Shipping Methods such as "Cheapest All"
will determine the shipment's shipping method after rating data has been calculated.
Optional Field
The name of the shipping method.
Optional Field
The shipping service that is assigned to the shipment. This value is unique to ShipStream and the prefix is always
equivalent to the shipping_carrier_code which is provided separately for convenience.
This value is often the same as the Order's shipping_method_code but could be different if:
The human-friendly name of the shipping service assigned to this shipment. This value is the same as the label returned
by the shipping/shipping_method Enumeration.
"fedex_FEDEX_2_DAY"
A reference to a Warehouse by id.
The shipping account used to submit this shipment.
Optional Field
The date that the shipment is scheduled to be completed.
Optional Field
The total weight of all shipment items (does not include packaging).
Optional Field
The weight of all shipment items and packaging at the time of shipping.
Optional Field
A list of items belonging to the Shipment.
Optional Field
1Show child attributes
ShipmentItem The internal id property used as a path parameter in a resource lookup.
The Product this shipment line-item refers to.
Show child attributes
The list of packages included in the shipment.
Optional Field
Show child attributes
A list of items contained within the ShipmentPackage.
1Show child attributes
The SKU identifier for the product contained in the package.
"KDS2108"
The quantity of a particular product in a package.
2
The internal id property used as a path parameter in a resource lookup.
4
The SKU identifier for the product as it relates to the shipment in an order.
"KDS2108"
The quantity of a product in the shipment of an order.
2
The internal id property used as a path parameter in a resource lookup.
4
The combined weight of the the same items in the package.
Show child attributes
The combined weight of the same items in thie package formatted for hazmat inspection.
Show child attributes
The weight quantity defined as a floating point value of up to 4 decimal places.
20
This can be an imperial or metric unit for weight.
lb, oz, kg, g The combined value of the same items in the package.
Packaging data to be used to process the shipment.
Show child attributes
A reference to a Product object by id.
Show child attributes
This property describes the type of object in the response body.
Product The internal id property used as a path parameter in a resource lookup.
3
The product quantity in the package.
4
Data collected for a shipment package.
Show child attributes
The internal id property used as a path parameter in a resource lookup.
4
The label of the collected order item.
The value of the collected order item.
The date and time the object was created in RFC 3339 section 5.6 notation.
"2017-07-21T17:32:28Z"
The date and time the object was last updated in RFC 3339 section 5.6 notation.
Optional Field
"2017-07-21T17:39:43Z"
The list of packaging solutions included in the shipment.
Optional Field
Show child attributes
ShipmentPackingSolution The internal id property used as a path parameter in a resource lookup.
3
The list of containers that make up the shipment's packing solution.
Show child attributes
ShipmentPackingSolutionContainer The weight of the container when packed with the shipment items.
Show child attributes
The weight quantity defined as a floating point value of up to 4 decimal places.
20
This can be an imperial or metric unit for weight.
lb, oz, kg, g The dimensions of the container in imperial or metric units.
Show child attributes
This distance value is usually assigned to the longest side of the object and is defined as a floating-point number up to 4 decimal places.
8
This value describes the horizontal distance of the subject defined as a floating-point number up to 4 decimal places.
6
This value describes the vertical distance of the subject defined as a floating-point number up to 4 decimal places.
4
The imperical or metric unit of measurement.
in, mm, cm, m The total volume of the container in imperial or metric units.
Show child attributes
This value describes the cubic size of the subject as a floating-point number up to 4 decimal places.
300
The imperical or metric unit of measurement as a cubic value.
in^3, mm^3, cm^3, m^3 The percentage of void space remaining in the container after using the packing solution to pack the items.
15.23
The regulation type of which this container fulfills the packaging requirements.
full, orm-d, limited, small, li-battery, normal The shipment items contained within the packaging.
1Show child attributes
ShipmentPackingSolutionContainerItem The SKU identifier for the product packed in the container.
"KDS2108"
The quantity of a particular product within the packing solution's container.
2
The internal id property used as a path parameter in a resource lookup.
4
The product SKU associated with the container as it relates to the whole order.
"KDS2108"
The quantity of a product in the container as it relates to the whole order.
2
The internal id property used as a path parameter in a resource lookup.
4
The combined product weight within the container.
Show child attributes
The weight quantity defined as a floating point value of up to 4 decimal places.
20
This can be an imperial or metric unit for weight.
lb, oz, kg, g The ID for the Picking Class used for Bulk Fulfill Orders and Picking Batches.
Optional Field
"Default"
Flag to indicate that a shipment has a cutoff date exception.
Optional Field
true
Flag to indicate that a shipment is to be manually processed.
Optional Field
true
The label printer ID used for the shipment.
Optional Field
"label001"
The Standard Carrier Alpha Code which can be found at https://en.wikipedia.org/wiki/Standard_Carrier_Alpha_Code
Optional Field
"FDEG"
The shipping cost given by the carrier.
Optional Field
3.9
Flag to indicate that a shipment is using international shipping.
Optional Field
true
Flag to indicate that a shipment requires documents such as those for customs.
Optional Field
true
The flag indicates the presence of electronic customs documents, which will skip printing customs documents.
Optional Field
true
The SKU for the infill product to be used in the shipment.
Optional Field
"kraft"
The maximum package weight set for the shipment.
Optional Field
2.5
Packing solution providers for the shipment.
Optional Field
["Provider 1", "Provider 2"]The third party billing group for the shipment.
Optional Field
"ACME Inc"
The date and time the object was created in RFC 3339 section 5.6 notation.
Optional Field
"2017-07-21T17:32:28Z"
The date and time the object was last updated in RFC 3339 section 5.6 notation.
Optional Field
"2017-07-21T17:39:43Z"
The date and time the Shipment was packed in RFC 3339 section 5.6 notation.
Optional Field
"2017-07-21T17:32:28Z"
The total weight of the shipment as measured or estimated based on the packages and their contents.
Show child attributes
ShipmentItem The internal id property used as a path parameter in a resource lookup.
The product SKU within the shipment.
"KDS2108"
A reference to a Product or stockable packaging type object by id.
Show child attributes
This is a read-only property that describes the type of object in the response body.
Product, PackagingContainer, PackagingInfill, PackagingSupplies The internal, read-only, id property used as a path parameter in a resource lookup.
The product quantity in the shipment.
4
The quantity of a product's inventory in a shipment that has been shipped.
4
The quantity of a product's inventory in a shipment that was picked from a location.
0
The quantity of a product's inventory in a shipment that was canceled.
0
The quantity of a product's inventory in a shipment that is in the process of being canceled.
0
The locations at which inventory is reserved for this shipment item.
Show child attributes
The location from where reservation will be picked.
Show child attributes
This property describes the type of object in the response body.
Location The internal id property used as a path parameter in a resource lookup.
42
The amount of the product to pick from the location.
Show child attributes
A list of items contained within the ShipmentPackage.
1Show child attributes
The SKU identifier for the product contained in the package.
"KDS2108"
The quantity of a particular product in a package.
2
The internal id property used as a path parameter in a resource lookup.
4
The SKU identifier for the product as it relates to the shipment in an order.
"KDS2108"
The quantity of a product in the shipment of an order.
2
The internal id property used as a path parameter in a resource lookup.
4
The combined weight of the the same items in the package.
Show child attributes
The combined weight of the same items in thie package formatted for hazmat inspection.
Show child attributes
The weight quantity defined as a floating point value of up to 4 decimal places.
20
This can be an imperial or metric unit for weight.
lb, oz, kg, g The combined value of the same items in the package.
Packaging data to be used to process the shipment.
Show child attributes
A reference to a Product object by id.
Show child attributes
This property describes the type of object in the response body.
Product The internal id property used as a path parameter in a resource lookup.
3
The product quantity in the package.
4
Data collected for a shipment package.
Show child attributes
The internal id property used as a path parameter in a resource lookup.
4
The label of the collected order item.
The value of the collected order item.
The date and time the object was created in RFC 3339 section 5.6 notation.
"2017-07-21T17:32:28Z"
The date and time the object was last updated in RFC 3339 section 5.6 notation.
Optional Field
"2017-07-21T17:39:43Z"
Show child attributes
The SKU of the item.
The name of the item.
The number of units of this item contained in the package.
The combined weight of all units of this item shipped in this package.
Show child attributes
The net hazmat weight of a single units of this item. If a Net Hazmat Weight was not defined for the product at the time of shipping, this will be the product's weight for a single unit (gross weight).
Show child attributes
The weight quantity defined as a floating point value of up to 4 decimal places.
20
This can be an imperial or metric unit for weight.
lb, oz, kg, g The combined customs value of all units of this item shipped in this package.
A reference to the OrderItem to which this package item relates.
The SKU of the OrderItem to which this package item relates.
The number of units of the related OrderItem which this package item represents.
Beware, this number is susceptible to complex rounding issues. For example, if an order item which consists of three package items is shipped, 0.3333 + 0.3333 + 0.3333 will add up to 0.9999 rather than 1.0.
Show child attributes
ShipmentPackingSolution The internal id property used as a path parameter in a resource lookup.
3
The list of containers that make up the shipment's packing solution.
Show child attributes
ShipmentPackingSolutionContainer The weight of the container when packed with the shipment items.
Show child attributes
The weight quantity defined as a floating point value of up to 4 decimal places.
20
This can be an imperial or metric unit for weight.
lb, oz, kg, g The dimensions of the container in imperial or metric units.
Show child attributes
This distance value is usually assigned to the longest side of the object and is defined as a floating-point number up to 4 decimal places.
8
This value describes the horizontal distance of the subject defined as a floating-point number up to 4 decimal places.
6
This value describes the vertical distance of the subject defined as a floating-point number up to 4 decimal places.
4
The imperical or metric unit of measurement.
in, mm, cm, m The total volume of the container in imperial or metric units.
Show child attributes
This value describes the cubic size of the subject as a floating-point number up to 4 decimal places.
300
The imperical or metric unit of measurement as a cubic value.
in^3, mm^3, cm^3, m^3 The percentage of void space remaining in the container after using the packing solution to pack the items.
15.23
The regulation type of which this container fulfills the packaging requirements.
full, orm-d, limited, small, li-battery, normal The shipment items contained within the packaging.
1Show child attributes
ShipmentPackingSolutionContainerItem The SKU identifier for the product packed in the container.
"KDS2108"
The quantity of a particular product within the packing solution's container.
2
The internal id property used as a path parameter in a resource lookup.
4
The product SKU associated with the container as it relates to the whole order.
"KDS2108"
The quantity of a product in the container as it relates to the whole order.
2
The internal id property used as a path parameter in a resource lookup.
4
The combined product weight within the container.
Show child attributes
The weight quantity defined as a floating point value of up to 4 decimal places.
20
This can be an imperial or metric unit for weight.
lb, oz, kg, g Show child attributes
This is a read-only property that describes the type of object in the response body.
Warehouse The internal id property used as a path parameter in a resource lookup.
3
The display name for the Warehouse.
255"East Coast 1"
This flag determines if the Warehouse is active and viable for fulfillment.
true
True if the collection has more items on the next page. Use the "next" link to retrieve the next page of results.
The resource path for the next page of results if any are expected.
The resource path for the previous page of results if any are expected.
Additional metadata pertaining to the response.
Show child attributes
Total time in which request is processed and response is sent back.
0.2525252525
A cursor for use in pagination which defines the starting id of the next page of results.
See paging parameters for more information on paging.
A cursor for use in pagination which defines the last id of the next page of results, non-inclusive.
See paging parameters for more information on paging.
The total number of items matching the query before applying paging parameters.
This field is only present if the query parameter count=1 is present in the request.
Was this page helpful?