POST
/
coupons
/
actions
/
generate-codes

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-fabric-tenant-id
string
required

A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.

Required string length: 24
x-fabric-channel-id
string

x-fabric-channel-id identifies the sales channel where the API request is being made; primarily for multichannel use cases. The channel ids are 12 corresponding to US and 13 corresponding to Canada. The default channel id is 12. This field is required.

x-client-id
string

A unique identifier obtained from Copilot for the System app in the fabric ecosystem, essential for OpenID Connect authentication flows.

x-fabric-request-id
string

A unique request ID.

Body

application/json

A sample request to generated coupon codes.

prefix
string
required

The prefix to be added while generating coupon codes.

Required string length: 2 - 12
start
integer
required

The initial number to begin generating the coupon codes.

Required range: x > 1
count
integer
required

The number of coupon codes to be generated.

Required range: x > 1

Response

200 - application/json

The details of generated coupon codes.

data
string[]

The list of generated coupon codes.