Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.44 KB

OrderPreestimateShippingList.md

File metadata and controls

20 lines (17 loc) · 1.44 KB

# OrderPreestimateShippingList

Properties

Name Type Description Notes
store_id string Store Id [optional]
warehouse_id string This parameter is used for selecting a warehouse where you need to set/modify a product quantity. [optional]
customer_email string Retrieves orders specified by customer email [optional]
customer_id string Retrieves orders specified by customer id [optional]
shipp_address_1 string Specifies first shipping address [optional]
shipp_city string Specifies shipping city [optional]
shipp_postcode string Specifies shipping postcode [optional]
shipp_state string Specifies shipping state code [optional]
shipp_country string Specifies shipping country code
params string Set this parameter in order to choose which entity fields you want to retrieve [optional] [default to 'force_all']
exclude string Set this parameter in order to choose which entity fields you want to ignore. Works only if parameter `params` equal force_all [optional]
order_item \OpenAPI\Client\Model\OrderPreestimateShippingListOrderItemInner[]

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