π 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
Name | Type | Description |
---|---|---|
Reference ID | String | This is usually the merchant order number (or Shopify Order ID) |
Access Token | String | ShipBob Access Token |
Outputs
Name | Type | Description |
---|---|---|
Success? | Boolean | Whether the order information was found True / False |
Order Data | Object | Raw Data returned from API call |
Updated about 4 hours ago