We just GoLive API Rate Limits. Please follow up
curl --location -g --request GET 'https://api.omisell.com/api/v2/public/order/by-buyer/{{buyer_id}}?page=1&page_size=20&external_created_to=1769878799&external_created_from=1767200400' \
--header 'Authorization: Merchant {{Token}}' \
--header 'Shop-ID: xxxxxxxxxxxx' \
--header 'Content-Type: application/json'{
"data": {
"count": 1,
"next": null,
"previous": null,
"results": [
{
"order_number": "string",
"omisell_order_number": "string",
"created_time": 1769747036.0,
"updated_time": 1769756548.0,
"escrow_release_time": 0.0,
"status_id": 900,
"status_name": "string",
"is_fulfilled": true,
"buyer_info": {
"buyer_id": "string",
"buyer_cpfid": "string",
"buyer_username": "string",
"address": "string",
"phone": "string"
},
"items": [
{
"catalogue_sku": "string",
"inventory_sku": "string",
"product_name": "string",
"quantity": 1,
"sale_price": 149000.0,
"sale_price_before_tax": 149000.0,
"tax_vat": 0.0
}
]
}
]
},
"error": false,
"error_code": 200,
"attr_error": null,
"messages": ""
}