https://vendorcenter.jumia.com/api-docs/
Before integrating the Vendor Center API, log in to the Vendor Center and perform the following operations to create an application. Refer to the API documentation for the details about key generation and application authorization. The default API access permission is set as Mastershop level.
A Client ID is assigned by the authorization server when a client application is registered. It is used to establish secure communication between the client application and the authorization server, ensuring that requests come from a known, authenticated source.
Remove Application)and (Generate Token)
ERP | 产品刊登 | 订单管理 |
---|---|---|
芒果店长 | √ | √ |
妙手 | √ | √ |
旺销王 | √ | √ |
马帮 | × | √ |
小老板 | √ | √ |
易境派 | √ | √ |
Functions | Description |
---|---|
Authorize authentication | Create applicationAuthorize application |
Get shops | Get Shops - "/shops"Get Shops of MasterShop - "/shops-of-master-shop" |
Get orders | Get All Orders - "/orders"Get Order Items - "/orders/items" |
Order processing operation | Shipment Providers - "/orders/shipment-providers"Create Package - "v2/orders/pack"Mark as Ready to Ship - "/orders/ready-to-ship"Print Labels - "/orders/print-labels"Cancel Orders - "/orders/cancel" |
The typical sequence of DS order processing: Get All Orders -> Get Order Items -> Shipment Providers -> Create Package -> Mark as Ready to Ship -> Print Labels
Functions | Description |
---|---|
Authorize authentication | Create applicationAuthorize application |
Get shops | Get Shops - "/shops"Get Shops of MasterShop - "/shops-of-master-shop" |
Get the basic listing structure | Get Brands - "/catalog/brands"Get Categories - "/catalog/categories"Get Attributes - "/catalog/attribute-sets/{id}" |
Obtain products, create and update SKU content | Get Products - "/catalog/products"Products Create Feed - "/feeds/products/create"Products Update Feed - "/feeds/products/update" |
Update price, inventory, and SKU status | Products Update Stock Feed - "/feeds/products/stock"Products Update Price Feed - "/feeds/products/price"Products Update Status Feed - "/feeds/products/status" |
Get feed results | Feed Details - "/feeds/{feed_id}" |
Consignment order management | Create Consignment Order - "/consignment-order"Update Consignment Order - "/consignment-order/{purchaseOrderNumber}"Retrieve Consignment Stock - "/consignment-stock" |
Typical sequence for generating product: Get Brands, Get Categories, Get Attributes -> Products Create Feed -> Feed Details -> Get Products (Use sellerSku to view the generated product sid and product QC status)
The rate limit will be applied at the Mastershop level. The rate limit for both GOP and GPM APIs is 200 requests/minute and 4 requests/second. When the request reaches the rate limit, the API will return HTTP 429 error. Please adjust your port rate appropriately.
https://vendorcenter.jumia.com/api-docs/
Before integrating the Vendor Center API, log in to the Vendor Center and perform the following operations to create an application. Refer to the API documentation for the details about key generation and application authorization. The default API access permission is set as Mastershop level.
A Client ID is assigned by the authorization server when a client application is registered. It is used to establish secure communication between the client application and the authorization server, ensuring that requests come from a known, authenticated source.
Remove Application)and (Generate Token)
| ERP | 产品刊登 | 订单管理 | | -------- | -------- | -------- | | 芒果店长 | √ | √ | | 妙手 | √ | √ | | 旺销王 | √ | √ | | 马帮 | × | √ | | 小老板 | √ | √ | | 易境派 | √ | √ |
| Functions | Description |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Authorize authentication | Create applicationAuthorize application |
| Get shops | Get Shops - "/shops"Get Shops of MasterShop - "/shops-of-master-shop" |
| Get orders | Get All Orders - "/orders"Get Order Items - "/orders/items" |
| Order processing operation
| Shipment Providers - "/orders/shipment-providers"Create Package - "v2/orders/pack"Mark as Ready to Ship - "/orders/ready-to-ship"Print Labels - "/orders/print-labels"Cancel Orders - "/orders/cancel" |
The typical sequence of DS order processing: Get All Orders -> Get Order Items -> Shipment Providers -> Create Package -> Mark as Ready to Ship -> Print Labels
| Functions | Description |
| ---------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Authorize authentication | Create applicationAuthorize application |
| Get shops | Get Shops - "/shops"Get Shops of MasterShop - "/shops-of-master-shop" |
| Get the basic listing structure | Get Brands - "/catalog/brands"Get Categories - "/catalog/categories"Get Attributes - "/catalog/attribute-sets/{id}" |
| Obtain products, create and update SKU content | Get Products - "/catalog/products"Products Create Feed - "/feeds/products/create"Products Update Feed - "/feeds/products/update" |
| Update price, inventory, and SKU status | Products Update Stock Feed - "/feeds/products/stock"Products Update Price Feed - "/feeds/products/price"Products Update Status Feed - "/feeds/products/status" |
| Get feed results | Feed Details - "/feeds/{feed_id}" |
| Consignment order management
| Create Consignment Order - "/consignment-order"Update Consignment Order - "/consignment-order/{purchaseOrderNumber}"Retrieve Consignment Stock - "/consignment-stock" |
Typical sequence for generating product: Get Brands, Get Categories, Get Attributes -> Products Create Feed -> Feed Details -> Get Products (Use sellerSku to view the generated product sid and product QC status)
The rate limit will be applied at the Mastershop level. The rate limit for both GOP and GPM APIs is 200 requests/minute and 4 requests/second. When the request reaches the rate limit, the API will return HTTP 429 error. Please adjust your port rate appropriately.