POST Orders/AddOrder
Request Information
URI Parameters
None.
Body Parameters
AddOrderBindingName | Description | Type | Additional information |
---|---|---|---|
Lang | string |
None. |
|
StoreID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Lang": "sample string 1", "StoreID": 2 }
application/xml, text/xml
Sample:
<AddOrderBinding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Binding.Order"> <Lang>sample string 1</Lang> <StoreID>2</StoreID> </AddOrderBinding>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OrderName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Number | string |
None. |
|
Created | date |
None. |
|
Modified | date |
None. |
|
Confirmed | date |
None. |
|
Paid | date |
None. |
|
Finished | date |
None. |
|
Cancelled | date |
None. |
|
PaymentDue | date |
None. |
|
CustomerID | string |
None. |
|
Token | globally unique identifier |
None. |
|
Base | decimal number |
None. |
|
Tax | decimal number |
None. |
|
Discount | decimal number |
None. |
|
Amount | decimal number |
None. |
|
MetricValue | decimal number |
None. |
|
NormalizationFactor | decimal number |
None. |
|
EquivalenceSurcharge | decimal number |
None. |
|
Status | OrderStatus |
None. |
|
PublicStatus | OrderPublicStatus |
None. |
|
BillingContact | OrderBillingContact |
None. |
|
ShippingPolicy | ShippingPolicy |
None. |
|
Items | Collection of OrderItem |
None. |
|
OrderShippings | Collection of OrderShipping |
None. |
|
OrderPaymentMeans | OrderPaymentMeans |
None. |
|
InvoiceRequired | boolean |
None. |
|
Coupons | Collection of Coupon |
None. |
|
TotalCouponDiscount | decimal number |
None. |
|
Points | OrderPoints |
None. |
|
Price | OrderPriceBreakdownView |
None. |
|
Observations | string |
None. |
|
PromotedItems | boolean |
None. |
|
Annotations | Collection of OrderAnnotation |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.