AmzSpApi::OrdersApiModel::OrdersList
¶ ↑
Properties¶ ↑
Name | Type | Description | Notes ———— | ————- | ————- | ————- orders | {OrderList} | | next_token | String | When present and not empty, pass this string token in the next request to return the next response page. | [optional] last_updated_before | String | A date used for selecting orders that were last updated before (or at) a specified time. An update is defined as any change in order status, including the creation of a new order. Includes updates made by Amazon and by the seller. All dates must be in ISO 8601 format. | [optional] created_before | String | A date used for selecting orders created before (or at) a specified time. Only orders placed before the specified time are returned. The date must be in ISO 8601 format. | [optional]