Authorization: Bearer ********************
{ "name": "string", "description": "string", "sku": "string", "tags": [ "string" ], "status": true, "ext_product_code": "string", "default_disc": "5", "qty_on_hand": 0, "product_units": [ { "name": "string", "price": 0, "ratio": 1 } ] }
curl --location --request POST 'https://api.salesmania.id/extapi/v1.0/products?team_token=eyJkYl9pZCI6Mjk4MSwidGVhbV9pZCI6MjQ3Mjh9.LpZ9LEpy123lwzYjzypStjdk123' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "string", "description": "string", "sku": "string", "tags": [ "string" ], "status": true, "ext_product_code": "string", "default_disc": "5", "qty_on_hand": 0, "product_units": [ { "name": "string", "price": 0, "ratio": 1 } ] }'
{}