We just GoLive API Rate Limits. Please follow up
curl --location --request POST 'https://api.omisell.com/api/v2/public/order/info-buyer' \
--header 'Authorization: Merchant {{Token}}' \
--header 'Shop-ID: xxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_number": "xxxxxxxxxxx",
"created_time": 1741865316,
"paid_amount": 134100
}'{
"data": {
"buyer_cpfid": "",
"buyer_id": "xxxxxxxxxxxxxxx",
"buyer_username": "[email protected]",
"phone": "+849000000034"
},
"error": false,
"error_code": 200,
"attr_error": null,
"messages": "",
"request_id": "668510a214053496b4d44bc6"
}