cURL
curl --request POST \ --url https://sandbox.api.withgale.com/v1/v1/products \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "upc": "<string>", "gtin": "<string>", "category": "<string>", "description": "<string>", "external_id": "<string>" }'
{ "product_id": "<string>", "name": "<string>", "eligibility_type": "sigis_eligible", "created_at": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Product created
The response is of type object.
object