product
as a path parameter.products.read_write
- Products Read & WriteAuthorization: Bearer ********************
{
"codes": [
"232m322",
"2D3w",
"sD21S"
]
}
curl --location --request POST 'https://api.salla.dev/admin/v2/products//digital-codes' \
--header 'Content-Type: application/json' \
--data-raw '{
"codes": [
"232m322",
"2D3w",
"sD21S"
]
}'
{
"status": 201,
"success": true,
"data": {
"message": "The entity has been created successfully",
"code": 201
}
}