Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
Digital product name.
Digital product description.
Digital product price amount.
Crossed-out price displayed as the original price.
URL where the customer will be redirected after completing payment.
Additional notes for the digital product.
Product expiration date in ISO 8601 format.
Maximum purchase limit.
Tax amount applied to the product.
Response
Successful ResponseMain Structure (Root)
Status code from API.
Status message that describes the status code.
The created digital product data.
data Structure (Object)
Unique identifier of the digital product.
Public URL of the created digital product.
Errors
Returned when the request body fails validation:
{ "statusCode": 400, "messages": "Validation Error" }.Returned when a product with the same identifier already exists:
{ "statusCode": 409, "messages": "already exist" }.