Get Order By Id

Retrieve a single order by its ID or ExternalId

Response


Top Level Order Fields

FieldType
idstring
createDatestring (ISO)
externalIdstring
sellerOrderIdstringSeller-specific order ID
orderPackageIdstringOptional package grouping ID
channelstring
friendlyCodestring
cpfPickUpstringCPF for pickup
cpfInvoicestringCPF for invoice
invoiceUrlstringURL to the invoice document
dealerCodestringOptional dealer code
feeAmountnumber
bonusAmountnumber
isDeliveryboolean
isCvvValidatedboolean
maxPickUpTimestringMaximum pickup time
orderNotestringOptional note added to order
plpstringPLP (postal list) reference
statusnumberSeparated

Buyer

FieldTypeDescription
bonusCustomerIdstringnullOptional loyalty/bonus ID
cpfstringCPF of the buyer
stateInscriptionstringnullState registration
documentTypenumberType of document (1 = CPF, 2 = CNPJ)
phoneNumberstringBuyer phone number
fullNamestringBuyer full name
emailstringBuyer email
cnpjstringnullBuyer CNPJ if applicable
companyNamestringnullBuyer company name
addressobjectDelivery address (see Address fields below)

Seller

FieldTypeDescription
pointSaleIdstringPoint of sale ID
fullNamestringSeller name
emailstringSeller email
cnpjstringSeller CNPJ
addressobjectSeller address (same structure as buyer address)
workingHoursarrayOptional working hours for store
integrationConfigobjectCredentials and integration info for order, payment, fraud, promotion engine

Address

FieldTypeDescription
streetstringStreet name
numberstringNumber
complementstringnullAddress complement
neighborhoodstringNeighborhood
cepstringPostal code
citystringCity
statestringState abbreviation
latitudenumbernullGPS latitude
longitudenumbernullGPS longitude
fullAddressstringFormatted full address


Freight

FieldTypeDescription
deliveryTimenumberEstimated delivery time
referencestringDelivery service reference
descriptionstringDescription of freight service
amountnumberFreight amount

PaymentInfo & PaymentList

FieldTypeDescription
amountnumberPayment amount
quantityInstallmentsnumberNumber of installments
paymentMethodobjectPayment method details

Payment Method

FieldTypeDescription
infostringMethod name (e.g., Credit Card, Pix)
brandstringnullCard brand if applicable
typenumberNumeric payment type
modalitynumberModality type
idstringUnique ID for payment method

Invoice

FieldTypeDescription
keystringnullInvoice key
numberstringnullInvoice number
serieNumbernumberSeries number
totalAmountnumberTotal invoice amount
xmlUrlstringnullXML URL
fileUrlstringnullPDF file URL
issuanceDatestringDate of issuance

Items Array

FieldTypeDescription
quantitynumberItem quantity
unitPricenumberUnit price of the item
subTotalAmountnumberSubtotal for the item
totalAmountnumberTotal price for the item
skuobjectSKU details (code, name, attributes, linked product)
isGiftbooleanIf item is a gift
couponobjectnullCoupon applied

Custom Data Array

🚧

Here will be order key:value customizations

FieldTypeDescription
keystringCustom key name
valuestringCustom value
Language
Credentials
OAuth2
URL