Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 3.33 KB

File metadata and controls

36 lines (33 loc) · 3.33 KB

# OrderCalculate

Properties

Name Type Description Notes
customer_email string Defines the customer specified by email for whom the order needs to be calculated
currency_id string Currency Id [optional]
store_id string Store Id [optional]
coupons string[] Coupons that will be applied to order. If the order isn't eligible for any given discount code or there is no discount with such a code it will be skipped during calculation [optional]
rounding_precision int <p>Specifies the rounding precision for fractional numeric values (such as prices, taxes, and weights).</p> <p>Supported values range from <b>1</b> to <b>6</b>.</p> <p>The default rounding precision may vary depending on the platform. You can retrieve the default value using the <strong>cart.info</strong> method in the <code>default_rounding_precision</code> field. </p><p>Values are rounded to the nearest number at the specified precision. Fractions of .5 or higher are rounded up, while fractions lower than .5 are rounded down.</p> [optional]
shipp_first_name string Specifies shipping first name
shipp_last_name string Specifies shipping last name
shipp_address_1 string Specifies first shipping address
shipp_address_2 string Specifies second address line of a shipping street address [optional]
shipp_city string Specifies shipping city
shipp_postcode string Specifies shipping postcode
shipp_state string Specifies shipping state code [optional]
shipp_country string Specifies shipping country code
shipp_company string Specifies shipping company [optional]
shipp_phone string Specifies shipping phone [optional]
bill_first_name string Specifies billing first name [optional]
bill_last_name string Specifies billing last name [optional]
bill_address_1 string Specifies first billing address [optional]
bill_address_2 string Specifies second billing address [optional]
bill_city string Specifies billing city [optional]
bill_postcode string Specifies billing postcode [optional]
bill_state string Specifies billing state code [optional]
bill_country string Specifies billing country code [optional]
bill_company string Specifies billing company [optional]
bill_phone string Specifies billing phone [optional]
response_fields string Set this parameter in order to choose which entity fields you want to retrieve [optional]
idempotency_key string A unique identifier associated with a specific request. Repeated requests with the same <strong>idempotency_key</strong> return a cached response without re-executing the business logic. <strong>Please note that the cache lifetime is 15 minutes.</strong> [optional]
order_item \OpenAPI\Client\Model\OrderCalculateOrderItemInner[]

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