πŸ”‘ ShipBob Get Order by Reference ID

This action is used to get the order information from ShipBob for a specified reference id

Typically use this action to retrieve the Shipment ID which can then be used in the GET Shipment action to retrieve tracking information.

The action uses the following endpoint:

GET Orders: https://developer.shipbob.com/api-reference/2025-07/orders/get-orders

  • Used to retrieve a ShipBob order by a particular reference_id (this is normally Shopify Order ID or equivalent)
  • This will allow you to retrieve the shipment ID in the data

Inputs

NameTypeDescription
Reference IDStringThis is usually the merchant order number (or Shopify Order ID)
Access TokenStringShipBob Access Token

Outputs

NameTypeDescription
Success?BooleanWhether the order information was found
True / False
Order DataObjectRaw Data returned from API call