Prerequisites
Before you start, make sure you have:- Session token: A valid session token. See the Authentication guide to learn how to obtain one.
- Seller ID: Use the
GET /sellers endpointto find it.
All API examples in this guide use
${BASE_URL} as a placeholder. Replace it with the correct base URL configured for the correct environment. For more information see Environments page.Create your first article
To create an article, use thePOST /articles/{sellerId} endpoint. For warehouse processing of inbounds and orders, include at least sku, name, barcode, and weight (grossWeight or netWeight with unit).
The following example shows how to create an article with essential fields:
- Request
- Response
Use this request example to create a new article with essential product data.
Where to go next
Now that you can create articles, continue with these guides:Manage Products
Learn how to update articles, upload images, search your catalog, and validate product data.
Send Inventory
Send your products to Quivo warehouses.