Skip to main content

Retrieve all orders from WooCommerce

Retrieve all orders from WooCommerce.

Application

  • WooCommerce

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected accountThe connected account to use for the requestConnected AccountYes
Return all?Whether to return all results or only up to a given limitTrue/FalseNo
LimitMax number of results to returnNumberNo
AfterLimit response to resources published after a given ISO8601 compliant dateDatetimeNo
BeforeLimit response to resources published before a given ISO8601 compliant dateDatetimeNo
Customer IDLimit result set to orders assigned a specific customerText (Short)No
Decimal pointsNumber of decimal points to use in each resourceNumberNo
OrderOrder sort attribute ascending or descendingPredefined Choice ListNo
Product IDLimit result set to orders assigned a specific productText (Short)No
Order bySort collection by object attributePredefined Choice ListNo
SearchLimit results to those matching a stringText (Short)No
StatusLimit result set to orders assigned a specific statusPredefined Choice ListNo

Outputs (what you get)

NameDescriptionData TypeRequired?Example
JSON OutputJSON output returned by the APIText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A