Skip to main content
POST
Create bulk subscriptions

Authorizations

Authorization
string
header
required

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

Body

application/json

Details used to create bulk subscription

channel
enum<string>
required

Channel

Available options:
WEBSITE,
POS
Example:

"WEBSITE"

shipTo
object
required

Ship-to address and phone details

billTo
object
required

Bill-to address and phone details

paymentDetails
object
required

Payment details

originOrderId
string

Client's origin order ID

Example:

"22-4498-4800"

customer
object

Customer details

customAttributes
object

Custom attributes

item
object[]

Subscription items

Response

Request processed successfully

Bulk subscriptions created, and errors, if any

responseStatus
string

Brief response status

Example:

"OK"

message
string

Full response message

Example:

"Request processed successfully"

data
object

Subscriptions created, and errors, if any