v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Catalogs - Catalog

Push product batches

Deprecated. Use the verb-based endpoints on /{storeId}/product-batches instead:

  • PUT to replace products (REPLACE)
  • PATCH to merge products (MERGE)
  • DELETE to delete products (DELETE)

The importation will automatically start if one of the following condition occured:

  • after 1 minutes delay,
  • when you reach 50 batches
post/v2/user/catalogs/{storeId}/products/batches/{actionType}

Path parameters

storeIdstring guid required

Your store identifier

actionTypestring ProductActionType required

Possible Values:

  • REPLACE: Add or replace the existing product. If there is any custom column already declared on the catalog, the custom columns computation will be applied on the fly based on the product properties provided in the message
  • MERGE: Update the product properties of the existing product. You cannot remove a product property using this action type, you must using REPLACE action type for that. If there is any custom column already declared on the catalog, the custom columns computation will be applied on the fly based on the product properties provided in the message if it's possible or asynchronously.
  • DELETE: Simply delete the product

Request body

skustring required

Sku

Response

Request accepted