Get Items

GetOrderItems. Through an OrderId, it returns the detailed items associated with an order.


The GetOrderItems API Endpoint of Falabella Seller Center allows sellers to retrieve detailed information about the items associated with a specific order. By providing an OrderId, this endpoint returns details such as the item identifier, product name, quantity, price, and other relevant attributes. This functionality is essential for efficient order management, enabling sellers to access accurate and up-to-date information about the products purchased by customers


Response

NameTypeDescription
OrderNumberStringOrder number displayed to the end customer
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
NameStringProduct name
SkuStringStock-keeping Unit of the product
VariationStringProduct variations (such as size, color, etc.)
ShopSkuStringStore-specific SKU for the product
ShippingTypeStringShipping method used, can have two values: Dropshipping (Fulfillment by Seller) and Fulfillment (Fulfillment by Falabella)
CurrencyStringCurrency used for the transaction. Depends on the country: Chile: CLP, Peru: PEN, Colombia: COP
VoucherCodeStringCoupon code applied to the item (only if applicable)
StatusStringCurrent status of the order item, possible values: pending, ready_to_ship, shipped, delivered, canceled, failed_delivery, return_shipped_by_customer, return_waiting_for_approval, return_rejected, returned
isProcessableStringIndicates if the item can be processed (0 or 1)
ShipmentProviderStringName of the shipping provider
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 of sale, currently can only have the value TDR
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
16E016: "%s" Invalid Order ID (Invalid order ID)
Language