We just GoLive API Rate Limits. Please follow up
curl --location --request PUT 'https://api.omisell.com/api/v2/public/shipment/update-document' \
--header 'Authorization: Omi {{Token}}' \
--header 'Seller-ID;' \
--header 'Country;' \
--header 'Content-Type: application/json' \
--data '{
"omisell_shipment_number": "SPVN260721FXXXXXXX",
"documents": [
{
"url": "https://www.princexml.com/samples/invoice/invoicesample.pdf",
"name": "invoicesample.pdf",
"copy": 1,
"doc_type": 1
}
]
}'{
"data": [],
"error": false,
"error_code": 200,
"messages": "Update documents is success",
"request_id": "667cebaa2ec7fcfe0a43da77"
}