Attach Digital Code
Production
https://api.salla.dev/admin/v2
Production
https://api.salla.dev/admin/v2
POST
https://api.salla.dev/admin/v2
Digitals Product
Last modified:2025-05-08 08:52:38
product
as a path parameter.Note
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.salla.dev/admin/v2/products//digital-codes' \
--header 'Content-Type: application/json' \
--data-raw '{
"codes": [
"232m322",
"2D3w",
"sD21S"
]
}'
Response Response Example
201 - Example
{
"status": 201,
"success": true,
"data": {
"message": "The entity has been created successfully",
"code": 201
}
}
Request
Path Params
product
integer
required
Body Params application/json
Responses
Modified at 2025-05-08 08:52:38