Create Exclusion
POST/account/settings/exclusions
Creates a new exclusion of the given type (ip, coupon, or sku) for the
authenticated client. The fields required in the request body depend on
the type: ip for ip, couponCode (and optional couponDescription) for
coupon, sku (and optional nameLabel) for sku.
Request
Responses
- 201
- 401
- 402
- 422
- 500
SKU exclusion created successfully
Authentication required
Billing plan limit reached for SKU exclusions
Validation failed
Internal server error