cURL
curl --request POST \ --url 'http://{{baseurl}}/api/v1/products' \ --header 'Content-Type: application/json' \ --data ' { "description": "<string>", "expiration_rate": 123, "freezing_rate": 123, "height": 123, "length": 123, "netweight": 123, "product_code": "<string>", "recommended_freezing_temperature": 123, "width": 123, "product_type_id": 123, "seller_id": 123 } '
{ "data": { "id": 123, "description": "<string>", "expiration_rate": 123, "freezing_rate": 123, "height": 123, "length": 123, "netweight": 123, "product_code": "<string>", "recommended_freezing_temperature": 123, "width": 123, "product_type_id": 123, "seller_id": 123 } }
Product created successfully
Show child attributes