Are there any limitations for the "update_offers" endpoint?
Quotas: 200 requests allowed per hour per IP address. HTTP status code 429 (Too Many Requests) will be returned if the limit is reached. |
Payload Size: The maximum payload size for the PATCH request body is 5 MB |
Related Articles
How can I unfreeze offers using the "unfreeze_offers" endpoint?
How can I unfreeze offers using the "unfreeze_offers" endpoint?
Can I check the status of the update for each SKU after making a request using the "update_offers" endpoint?
Yes, the request_id returned in the 207 Multi-Status response can be used as a parameter for a GET request. This allows you to check the status of the update for each SKU, providing more insight into the processing of your request.
How seller can update prices and stocks ?
The stock can be updated vía feed in the toolbox manually or using the automatic feed (css, xml ,xlxl) through an FTP server link or Via API Patch Update Offers https://www.manomano.dev/#2b3ebedc-f2d6-4fb1-900d-48e7b0950a60
What parameters are required to use the "Get Orders" endpoint?
To use the "Get Orders" endpoint, you must include the following required parameters: seller_contract_id: The contract ID for the seller. order_reference: The order reference. status: The order status (e.g., PENDING). carrier: The carrier for the ...
Are there any limitations on API requests?
Yes, to prevent abusive usage, requests to the API might be limited to 200 per hour and per IP address. If this limit is reached, the API will return an HTTP status code 429, indicating "Too Many Requests."