Returns the items for one or more orders.

FieldTypeDescription
OrderIdUnsignedIdentifier of this order as assigned by Seller Center.
CustomerFirstNameStringThe customer's first name.
CustomerLastNameStringThe customer's last name.
OrderNumberUnsignedThe human-readable order number.
PaymentMethodStringThe method of payment.
RemarksStringA human-readable remark.
DeliveryInfoString?
PriceFloatThe total amount for this order.
GiftOptionBoolean1 if item is a gift, 0 if it is not
GiftMessageStringGift message as specified b the customer.
CreatedAtDateTimeDate and time when the order was placed.
UpdatedAtDateTimeDate and time of last change to the order.
AddressBillingSubsectionNode that contains additional nodes, which make up the billing address: FirstName, LastName, Phone, Phone2, Address1, Address2, City, PostCode, Country
AddressShippingSubsectionNode that contains additional nodes, which make up the shipping address: FirstName, LastName, Phone, Phone2, Address1, Address2, City, PostCode, Country
NationalRegistrationNumberStringRequired in some countries.
ExtraAttributesStringExtra attributes which were passed to Seller Center on getMarketPlaceOrders call.

It is JSON string which client should parse it.
ItemsCountIntegerNumber of items in order.
StatusesArrayUnique statuses of the items in the order. (hint: you can find all of the different status codes in the response example)
OperatorCodeStringThe operator type name ag.: facl, fape, etc.
ShippingTypeStringThe shipment type name ¹.

¹ - This field can be used to differentiate the fulfillment mode and put rules to consume or not the stock of your integrated stock management systems, follow the examples:

  • When the ShipmenType is Dropshipping these kinds of orders are Fulfilled by the seller;
  • When the ShipmenType is Own Warehouse, these orders are Fulfilled by Falabella on behalf of the seller.

Errors

Error codeMessage
37E037: One or more order id in the list are incorrect
38E038: Too many orders were requested
39E039: No orders were found
56E056: Invalid OrdersIdList format. Must use array format [1,2]
Language