POST

Bulk Create Coupons


Creates multiple coupons.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Coupons
Manage Stores - all permissions
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/stores/v2/bulk/coupons/create

Body Params
specificationsArray <Specification>minItems 1maxItems 100

List of coupon specifications to be created.


returnFullEntityboolean

Whether to return full coupon entity in the response.

Default: false

Response Object
resultsArray <BulkCreateCouponResult>

Items created by bulk action.


bulkActionMetadataBulkActionMetadata

Bulk action metadata.

Create 3 coupons
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?