This tutorial guides you step by step through creating your first article. An article is a product in the Quivo system. Each article must have a unique SKU that identifies it. You must create articles before you can send them as inventory to warehouses or include them in fulfillment orders.Documentation Index
Fetch the complete documentation index at: https://api-docs.quivo.co/llms.txt
Use this file to discover all available pages before exploring further.
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.