Add Product
Header Parameters
Authorizationstring
x-client-idstring
x-signaturestring
x-timestampstring
Content-Typestring
Body Parameters
namestring Required
typestring
pricenumber
descriptionstring
Response
201
Object
{
"status": "success",
"data": {
"productService": {
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "API Test Product",
"type": "service",
"price": 29.99
}
}
}
Was this section helpful?
Response
Was this section helpful?