Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.7 KB

OrderListRequest.md

File metadata and controls

21 lines (17 loc) · 1.7 KB

OrderListRequest

Properties

Name Type Description Notes
marketplace_codes \IMN\Swagger\Client\Model\MarketplaceCode[] [optional]
late bool Looking for late orders [optional]
imn_order_statuses \IMN\Swagger\Client\Model\ImnOrderStatus[] [optional]
date_search_type \IMN\Swagger\Client\Model\OrderDateSearchType
begin_period_utc_date \DateTime The begin period you want to make the search. \ The period MUST not be greater than 30 days. The begin period MUST be lower than the end period.
end_period_utc_date \DateTime The end period of you search. \ The period MUST not be greater than 30 days. \ The end period MUST be greater than the begin period. The end period MUST be lower to the current date.
buyer_first_name \IMN\Swagger\Client\Model\FirstName [optional]
buyer_last_name \IMN\Swagger\Client\Model\LastName [optional]
marketplace_order_ids \IMN\Swagger\Client\Model\MarketplaceOrderId[] [optional]
merchant_order_ids \IMN\Swagger\Client\Model\MerchantOrderId[] Merchant order id list [optional]
page_size \IMN\Swagger\Client\Model\PageSize
page_number \IMN\Swagger\Client\Model\PageNumber

[Back to Model list] [Back to API list] [Back to README]