Skip to main content

List Products

GET 

//:domain/api/woo-commerce/:integration_instance/products

List WooCommerce products for an integration instance using the DataTable system.

Authentication: Requires Bearer token.

Query Parameters:

  • search (string, optional) — Search across product fields
  • sort (string, optional) — Sort field; prefix with '-' for descending
  • page (integer, optional) — Page number (default: 1)
  • limit (integer, optional) — Items per page (default: 10)
  • archived (integer, optional) — 0 for active only, 1 for archived only
  • included[] (array, optional) — Extra fields to include: 'product', 'subscription_offering', 'product_listing_id', 'integration_instance_id', 'mapped_at', 'mapped_sku', 'json_object'
  • excluded[] (array, optional) — Fields to exclude from the response

Request

Responses

OK

Response Headers
    Content-Type