Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Painel do Seller
cURL
curl --request GET \ --url https://api.speedsellx.io/seller/v1/orders/{id}
{ "data": { "id": 123, "uuid": "<string>", "status": "<string>", "status_details": "<string>", "product_id": 123, "customer_id": 123, "amount": "<string>", "amount_seller": "<string>", "currency": "<string>", "captured_at": "<string>", "created_at": "<string>" } }
Retorna um pedido pelo ID. Se o pedido pertencer a outra conta, a API retorna 404.
Show child attributes