get https://sellercenter-api.falabella.com/?Action=GetMultipleOrderItems
Returns the items for one or more orders.
Field | Type | Description |
---|---|---|
OrderId | Unsigned | Identifier of this order as assigned by Seller Center. |
CustomerFirstName | String | The customer's first name. |
CustomerLastName | String | The customer's last name. |
OrderNumber | Unsigned | The human-readable order number. |
PaymentMethod | String | The method of payment. |
Remarks | String | A human-readable remark. |
DeliveryInfo | String | ? |
Price | Float | The total amount for this order. |
GiftOption | Boolean | 1 if item is a gift, 0 if it is not |
GiftMessage | String | Gift message as specified b the customer. |
CreatedAt | DateTime | Date and time when the order was placed. |
UpdatedAt | DateTime | Date and time of last change to the order. |
AddressBilling | Subsection | Node that contains additional nodes, which make up the billing address: FirstName, LastName, Phone, Phone2, Address1, Address2, City, PostCode, Country |
AddressShipping | Subsection | Node that contains additional nodes, which make up the shipping address: FirstName, LastName, Phone, Phone2, Address1, Address2, City, PostCode, Country |
NationalRegistrationNumber | String | Required in some countries. |
ExtraAttributes | String | Extra attributes which were passed to Seller Center on getMarketPlaceOrders call. It is JSON string which client should parse it. |
ItemsCount | Integer | Number of items in order. |
Statuses | Array | Unique statuses of the items in the order. (hint: you can find all of the different status codes in the response example) |
OperatorCode | String | The operator type name ag.: facl, fape, etc. |
ShippingType | String | The 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 code | Message |
---|---|
37 | E037: One or more order id in the list are incorrect |
38 | E038: Too many orders were requested |
39 | E039: No orders were found |
56 | E056: Invalid OrdersIdList format. Must use array format [1,2] |