Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.94 KB

CreateOrder.md

File metadata and controls

17 lines (14 loc) · 1.94 KB

# CreateOrder

Properties

Name Type Description Notes
version string Data model version, its current value should be v1.0.0.
order_id string Unique order identifier generated by the merchant. In order to have correct traceability and adequate conversion metrics, it is required to send the OrderId field or the CardId Field. [optional]
cart_id string Unique identifier of the shopping cart that allows identifying the purchase of one or more products or services. In order to have correct traceability and adequate conversion metrics, it is required to send the OrderId field or the CardId Field. [optional]
type string Indicates the model for the product delivery or service delivery. Possible values: * WITH_CARRIER - If a courier is going to be used for the shipment and delivery of the product or service. * WITHOUT_CARRIER - If a courier is not going to be used for the shipment and delivery of the product or service. * MIXED - If a courier is going to be used to send part of the products or services and another part is delivered without using a courier.
country_code_iso2 string Unique country identifier, the definition of the ISO_3166-1 standard is used with 2 characters, see:https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 or https://www.iso.org/iso-3166-country-codes.html
shopper \Zenkipay\Model\Shopper [optional]
breakdown \Zenkipay\Model\Breakdown
items \Zenkipay\Model\Item[] Set of products or services considered within the shopping cart.
metadata array<string,string> Complementary information of the order that the merchant requires to send and inform Zenkipay. [optional]

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