Get OrdersAsk AIget deprecatedhttps://sellercenter-api.falabella.com/?Action=GetOrdersGetOrders. Retrieves a set of ordersRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Query ParamsActionstringrequiredDefaults to GetOrdersName of the function to be called. Required and must be 'GetBrands' in this case. If omitted, an error 'E001: Parameter Action is mandatory' is returned. If an unknown function string is provided, an error message 'E008: Invalid Action' is returned.FormatstringenumrequiredDefaults to XMLIf provided, it must be 'JSON' or 'XML'. If not provided, 'XML' is assumed.Allowed:XMLJSONTimestampdate-timerequiredThe current time in ISO8601 format relative to UTC (e.g., Timestamp = 2015-04-01T10:00:00+02:00 for Berlin), so that calls cannot be replayed by a third party intercepting them (i.e., calls too far in the past or future will produce an error message). Required. If not provided, the error message 'E001: Parameter Timestamp is mandatory' appears. If the timestamp is too old or in the future, an error message "E003: Timestamp has expired" is returned.UserIDstringrequiredThe ID of the user making the call. The list of authorized users is maintained in the Seller Center web interface under General Settings / Manage Users.VersionstringrequiredThe API version against which this call will be executed, in major-dot-minor format. It must currently be 1.0, although the actual API version is 2.6.20. If omitted, an error message "E001: Parameter Version is mandatory" is returned.SignaturestringrequiredThe cryptographic signature that authenticates the request. A caller must create this value by calculating the SHA256 hash of the request, using the API key of the user specified in the UserID parameter. Required. If omitted, an error message "E001: Parameter Signature is mandatory" is returned. If the signature is incorrect, an 'E007: Login failed' error message for signature mismatch is returned.CreatedAfterdateLimita la lista de pedidos devuelta a los creados después o en una fecha especificada, dada en formato de fecha ISO 8601. O bien CreatedAfter o bien UpdatedAfter son obligatorios o bien se devolverá un error 'E018: Either CreatedAfter or UpdatedAfter is mandatory' será devuelto.CreatedBeforedateLimits the list of orders returned to those created on or before a specified date, provided in ISO 8601 date format. Optional.UpdatedAfterdateLimits the list of orders returned to those updated on or after a specified date, provided in ISO 8601 date format. Either UpdatedAfter or CreatedAfter is mandatory, or an error 'E018: Either CreatedAfter or UpdatedAfter is mandatory' will be returned. Note: UpdatedAfter is not related to the order's updateAt, but rather to the createAt of the order's sales history. In version 2.0, the address of the updated order is used, not the item's order history.UpdatedBeforedateLimits the list of orders returned to those updated on or before a specified date, provided in ISO 8601 date format. Optional. Note: UpdatedBefore is not related to the order's updateAt, but rather to the createAt of the sales item history. In version 2.0, the address of the updated order is used, not the item's order history.Limitint32The maximum number of orders to be returned, default is 100 (maximum value).Offsetint32The number of orders to skip at the beginning of the list (i.e., an offset in the result set; along with the Limit parameter, simple pagination of the result set is possible; when paginating through results, keep in mind that the order list may change during pagination).StatusstringWhen set, limits the set of orders returned to those matching the provided status. Possible values are pending, canceled, ready_to_ship, delivered, returned, shipped, and failed.SortBystringAllows selection of the sorting column. Possible values are created_at, updated_at. In version 2.0, it is fixed to updated_at and cannot be changed.SortDirectionstringSpecifies the sorting order. Possible values are ASC, DESC.ShippingTypestringenumSpecifies the order fulfillment model. For Fulfillment by Seller or orders assembled by the supplier, the value is dropshipping; and for Fulfillment by Falabella or orders assembled by Falabella on behalf of the seller, the value is own_warehouse.Allowed:dropshippingown_warehousecross_dockingHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesAllowed:application/jsonapplication/xmlResponses 200200 400400Updated 14 days ago