Deposco - Get Order

Retrieves a sales order from Deposco by its order number using the Shopify order number.

Deposco - Get Order

Retrieve a sales order from Deposco by its order number, using the Shopify order number to find the matching Deposco sales order.

This action requires a Deposco module connection.

Inputs

NameTypeRequiredDescription
Order NumberStringYesOrder number of the requested order. This is the Shopify order number used to look up the matching sales order in Deposco.
Business UnitOptional StringNoCode for the company, or business unit, to which the resource is assigned. Optional if the application is restricted to one company.
Order StatusOptional StringNoStatus of the requested order. Possible values are Draft, New, Hold, Ready for Fulfillment, Wave Built, Back Ordered, Partially Released, Released, Picking, Pick Complete, Partially Staged, Staged, Partially Loaded, Loaded, Partially Shipped, Ship Complete, and Canceled.
Created AfterOptional StringNoSearch field for finding records created after the specified date and time in ISO 8601 format.
Updated AfterOptional StringNoSearch field for finding records updated after the specified date and time in ISO 8601 format.

Outputs

NameTypeDescription
Success?BooleanWhether the request to retrieve the order was successful.
Order Found?BooleanWhether a matching sales order was returned for the given order number.
OrderObjectThe first matching sales order returned by Deposco.
OrdersListAll sales orders returned by Deposco for the given search criteria.
Raw DataObjectRaw response data returned by the Deposco API.
ErrorStringError message if the API call failed.

Run the action

  1. Add the Deposco module connection required by this action.
  2. Enter the Shopify order number in Order Number.
  3. Optional: enter Business Unit if the Deposco application is not restricted to one company.
  4. Optional: use Order Status, Created After, or Updated After to narrow the sales order search.
  5. Run the action.
  6. Check Success? to confirm whether the Deposco request completed.
  7. Check Order Found? before using Order in later Flow steps.

Notes

  • The action uses the Deposco sales orders endpoint, which returns results paginated and sorted by ID in descending order.
  • Use Order when you only need the first matching sales order.
  • Use Orders when you need all sales orders returned for the search criteria.
  • Use Raw Data for troubleshooting or when you need fields that are not mapped to dedicated outputs.
  • Check Error when Success? is false.