Get Items for Multiple Orders

GetMultipleOrderItems. Through an array of OrderIds, it returns the detailed items associated with an order.

This endpoint follows the same principle as GetOrderItems, but allows querying multiple orders simultaneously using different OrderIDs. Its purpose is to provide detailed information about each item contained in the queried orders.

Response

NameTypeDescription
OrderIdStringThe same order ID to which the item belongs
OrderNumberStringOrder number displayed to the end customer
OrderItemsObjectContains a list of order items
OrderItemIdStringUnique identifier for each order item
ShopIdStringUnique identifier of the store that sold the item (Falabella or Sodimac)
OrderIdStringThe same order ID to which the item belongs
NameStringName del producto
SkuStringStock-keeping Unit of the product
VariationStringProduct variations (such as size, color, etc.)
ShopSkuStringStore-specific SKU for the product
ShippingTypeStringShipping method used
CurrencyStringCurrency used for the transaction
VoucherCodeStringCoupon code applied to the item (only if applicable)
StatusStringCurrent status of the order item
isProcessableStringIndicates if the item can be processed (0 or 1)
ShipmentProviderStringName del proveedor de envío
IsDigitalStringIndicates if the item is a digital product (0 or 1)
DigitalDeliveryInfoStringInformation about the digital delivery method (if applicable)
TrackingCodeStringTracking code for shipment tracking
TrackingCodePreStringPre-generated tracking code before shipment starts
ReasonStringReason for cancellation or return (if applicable)
ReasonDetailStringDetailed reason for cancellation or return (if applicable)
PurchaseOrderIdStringPurchase order ID generated by the platform
PurchaseOrderNumberStringPurchase order number provided to the seller
PackageIdStringUnique package ID containing the items
PromisedShippingTimeStringEstimated shipping time promised to the customer
ExtraAttributesStringAdditional attributes related to the order item
ShippingProviderTypeStringIndicates the service level based on delivery speed. Possible values: Same day, Direct, Click & Collect, Next Day, Home Delivery, and Regular.
CreatedAtStringTimestamp when the order item was created (ISO format)
UpdatedAtStringTimestamp when the order item was last updated (ISO format)
VouchersStringList of coupons applied to the item
SalesTypeStringType de venta
ReturnStatusStringStatus of the return request, if any (e.g., Pending, Approved)
WalletCreditsStringAmount of wallet credits used for this order
ItemPriceStringOriginal price of the item before discounts or coupons
PaidPriceStringPrice paid by the end customer after discounts
TaxAmountStringTax amount applied to the item
CodCollectableAmountStringAmount to collect in case of Cash on Delivery (COD)
ShippingAmountStringTotal shipping amount charged for the item
ShippingServiceCostStringActual cost of the shipping service
ShippingTaxStringTax amount charged on shipping
VoucherAmountStringTotal discount applied through coupons

Errors

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