Adds an order to Infor from the Triangle Sport website. The request body should be the order object as retrieved by the wix-data API.
{
"_id": "1234",
"_updatedDate": "2020-09-04T18:12:09.496Z",
"cartId": "1234",
"channelInfo": {
"type": "WEB"
},
"enteredBy": {
"id": "1234",
"identityType": "CONTACT"
},
"billingInfo": {
"address": {
"formatted": "1234 Somewhere\nSomeplace, New Jersey 09876\nUnited States\n1231231234",
"city": "Someplace",
"country": "USA",
"addressLine": "1234 Somewhere",
"postalCode": "09876",
"subdivision": "NJ"
},
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@somedomain.com",
"phone": "1231231234",
"paymentMethod": "offline",
"paymentGatewayTransactionId": "1234"
},
"buyerInfo": {
"id": "1234",
"type": "CONTACT",
"identityType": "CONTACT",
"firstName": "John",
"lastName": "Doe",
"phone": "1231231234",
"email": "john.doe@somedomain.com"
},
"_dateCreated": "2020-09-04T18:12:09.112Z",
"currency": "USD",
"fulfillmentStatus": "NOT_FULFILLED",
"archived": false,
"activities": [
{
"type": "ORDER_PLACED",
"timestamp": "2020-09-04T18:12:09.112Z"
}
],
"number": 10000,
"paymentStatus": "NOT_PAID",
"shippingInfo": {
"deliveryOption": "Free Shipping",
"shipmentDetails": {
"address": {
"formatted": "1234 Somewhere\nSomeplace, New Jersey09876\nUnited States\n1231231234",
"city": "Someplace",
"country": "USA",
"addressLine": "1234 Somewhere",
"postalCode": "09876",
"subdivision": "NJ"
},
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@somedomain.com",
"phone": "1231231234",
"tax": 0,
"discount": 0,
"priceData": {
"price": 0,
"taxIncludedInPrice": false
}
},
"pickupDetails": null
},
"lineItems": [
{
"index": 1,
"quantity": 1,
"price": 1200,
"name": "product name",
"translatedName": "product translated name",
"productId": "1234",
"totalPrice": 1200,
"lineItemType": "PHYSICAL",
"options": [],
"customTextFields": [],
"weight": 36,
"mediaItem": {
"id": "1234",
"src": "imagepath",
"type": "IMAGE"
},
"sku": "sku-1234",
"variantId": "1234",
"discount": 0,
"tax": 0,
"taxIncludedInPrice": false,
"priceData": {
"price": 1200,
"totalPrice": 1200,
"taxIncludedInPrice": false
}
}
],
"totals": {
"discount": 0,
"quantity": 1,
"shipping": 0,
"subtotal": 1200,
"tax": 0,
"total": 1200,
"weight": 36
},
"weightUnit": "LB",
"fulfillments": [],
"discount": null
}{
"Message": "Insert succeeded",
"MessageCode": 200,
"UpdatedItems": [
{
"ItemID": "1234",
"ItemNo": 0,
"Properties": [
{
"IsNull": false,
"Modified": true,
"Name": "fieldname",
"Value": "fieldvalue"
},
{
"IsNull": false,
"Modified": true,
"Name": "fieldname",
"Value": "fieldvalue"
},
{
"IsNull": false,
"Modified": true,
"Name": "fieldname",
"Value": "fieldvalue"
}
]
}
]
}