Skip to main content

Create SKU Products from WooCommerce

POST 

/api/woo-commerce/:integration_instance/products/create-sku-products

Queue a job to create SKU.io products from the selected WooCommerce products.

Authentication: Requires Bearer token.

Request Body:

  • ids (array of integers, optional) — IDs of WooCommerce products to create SKU products from. Omit if create_all_products is true or filters are provided.
  • create_all_products (boolean, optional) — If true, create SKU products for all unlinked WooCommerce products
  • mappings (array, optional) — Column mapping configuration for the import
  • filters (object, optional) — DataTable filters to determine which products to include

Request

Responses

Successful response