Skip to main content

Retrieve all products from WooCommerce

Retrieve all products 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
Category IDLimit result set to products assigned a specific category IDText (Short)No
ContextScope under which the request is made; determines fields present in responsePredefined Choice ListNo
Featured?Whether to limit the result set to featured productsTrue/FalseNo
Max priceLimit result set to products based on a maximun priceText (Short)No
Min priceLimit result set to products based on a minimum priceText (Short)No
OrderOrder sort attribute ascending or descendingPredefined Choice ListNo
Order bySort collection by object attributePredefined Choice ListNo
SearchLimit results to those matching a stringText (Short)No
SKULimit result set to products with a specific SKUText (Short)No
SlugLimit result set to products with a specific slugText (Short)No
StatusLimit result set to products assigned a specific statusPredefined Choice ListNo
Stock statusControls the stock status of the productPredefined Choice ListNo
Tag IDLimit result set to products assigned a specific tag IDText (Short)No
Tax classLimit result set to products with a specific tax classPredefined Choice ListNo
TypeProduct typePredefined 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