Skip to main content
GET
/
orders
/
{id}
Detalhar pedido
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>"
  }
}

Path Parameters

id
integer
required

Response

data
OrderResource · object
required