Attach Digital Codes

POST {{baseUrl}}/products/:product/digital-codes

You can add digital codes to a specific codes product by providing the ID of the product you want to attach these codes to it in the product path parameter.

Note: You can attach codes to codes product only.

OAuth Scopes


products.read products.read_write

Request Body

{"codes"=>["232m322", "2D3w", "sD21S"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{"success":true,"status":201,"error":{"code":201,"message":"The entity has been created successfully"}}