Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 690 Bytes

File metadata and controls

15 lines (12 loc) · 690 Bytes

GootenApiClient::PostOrder

Properties

Name Type Description Notes
ship_to_address ShipToAddress
billing_address ShipToAddress
items Array<PostOrderItem>
payment OrderPayment
source_id String Clients can submit an ID they use for the order here.
is_pre_submit BOOLEAN Submit the order into PrePayment status.
coupon_code String
meta Meta An optional Map<string,string> of misc properties.