Get Tracking Code List

Returns a list of all logistics providers supported by Shoplazza Fulfillment.

🔒

Requires read_order access scope. More access scope

The Get Tracking Code List API retrieve all fulfillment information for a specific order, including tracking details and shipped items.

This API is especially useful for:

  1. Tracking shipment status and logistics information for orders
  2. Managing fulfillment operations and inventory
  3. Providing customers with detailed shipping updates

Request Parameters

Public Request Parameters

📘

Path Parameters

ParameterTypeRequiredDescriptionExample
order_idstringYesUnique identifier for the order"ord_123456789"

Query Parameters

ParameterTypeRequiredDescriptionExample
cursorstringNoPagination cursor"next_page_token"
page_sizeint32NoResults per page (1-250, default 10)50
created_at_minstringNoFilter fulfillments created after this time"2025-01-01T00:00:00Z"
created_at_maxstringNoFilter fulfillments created before this time"2025-01-31T23:59:59Z"
updated_at_minstringNoFilter fulfillments updated after this time"2025-01-15T00:00:00Z"
updated_at_maxstringNoFilter fulfillments updated before this time"2025-01-15T23:59:59Z"

Response Explanation

Public Response Parameters

📘

Success Response

ParameterTypeExampleDescription
codestring"success"API response status code
messagestring"Fulfillment data retrieved"Response message
data.fulfillmentsarray-Array of fulfillment records
data.fulfillments. idstring"ful_12345"Fulfillment ID
data.fulfillments. order_idstring"ord_123456789"Associated order ID
data.fulfillments. statusstring"delivered"Fulfillment status
data.fulfillments. created_atstring"2025-01-15T10:30:00Z"Creation timestamp
data.fulfillments. updated_atstring"2025-01-18T15:45:00Z"Last update timestamp
data.fulfillments. tracking_companystring"FedEx"Shipping carrier name
data.fulfillments. tracking_numberstring"123456789012"Tracking number
data.fulfillments. tracking_company_codestring"fedex"Carrier code
data.fulfillments. tracking_urlstring"https://fedex.com/track?num=123456789012"Tracking URL
data.fulfillments. line_itemsarray-Shipped products
data.fulfillments. line_items.idstring"li_12345"Line item ID
data.fulfillments. line_items.product_idstring"prod_12345"Product ID
data.fulfillments. line_items.product_titlestring"Summer Dress"Product name
data.fulfillments. line_items.variant_idstring"var_12345"Variant ID
data.fulfillments. line_items.variant_titlestring"Blue / Medium"Variant description
data.fulfillments. line_items.quantityuint322Quantity shipped
data.fulfillments. line_items.skustring"SUMMER-DRESS-BLUE-M"Stock keeping unit
data.fulfillments. line_items.image.srcstring"https://example.com/ image.jpg"Product image URL
data.fulfillments. line_items.pricestring"49.99"Unit price
data.fulfillments. line_items.total_pricestring"99.98"Total price
data.fulfillments. line_items.weightstring"0.5"Item weight
data.fulfillments. line_items.weight_unitstring"kg"Weight unit
data.fulfillments. line_items.fulfillment_statusstring"fulfilled"Fulfillment status
data.fulfillments. line_items.taxablebooleantrueTaxable status
data.fulfillments. line_items.requires_shippingbooleantrueShipping requirement
data.fulfillments. line_items.tax_pricestring"8.00"Tax amount
data.fulfillments. line_items.duty_pricestring"5.00"Duty amount
data.cursorstring"next_page_token"Pagination token
data.has_morebooleantrueMore pages available

Error Response

FieldTypeExampleDescription
codestringInvalidParameterError http message
messagestring``Error message

API Structure Overview

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!