Allows sellers to: 1) Load products definitions to the BrandLovers marktplace. 2) Receive and update orders status. 3) Receive and update shipping information. 4) Receive and update customer tickets. All requests consume and return application/json content. All request must be authenticated and use
No SDKs indexed for this API yet.
curl \ -H "authorization: $API_KEY" \ /orders
curl \ -H "authorization: $API_KEY" \ /tickets
curl \ -H "authorization: $API_KEY" \ /products
No SDKs yet