curl --request POST \
--url https://prod01-apigw.{customer_name}.fabric.zone/api-order/subscriptions/orders \
--header 'Content-Type: application/json' \
--header 'x-site-context: <x-site-context>' \
--data '
{
"cartId": "5e4876e10cfe1d8902005d33",
"channel": 11,
"orderTotal": 125.99,
"taxTotal": 5.23,
"orderCurrency": "USD",
"status": "ORDER_CREATED",
"customerUserId": "5e3598e3007c5e00080d2bb8",
"shipTo": [
{
"shipToId": 1000001,
"shipToType": "SHIP_TO_ADDRESS",
"price": 24.87,
"currency": "USD",
"estimatedTax": 10.25,
"committedTax": 10.25,
"promosApplied": [
{}
],
"total": 1,
"taxCode": "FR020000",
"shipmentCarrier": "Fedex",
"shipmentMethod": "Express",
"shipmentMethodId": "10000001",
"promisedDeliveryDate": "2019-12-14",
"shipmentInstructions": "Leave at back door",
"shipmentStatus": "Delivered",
"address": {
"name": {
"first": "John",
"last": "Smith",
"middle": "Paul"
},
"email": "[email protected]",
"street1": "10400 NE 4th St",
"city": "Bellevue",
"state": "WA",
"country": "USA",
"zipCode": "98004",
"phone": {
"number": "<string>",
"kind": "<string>"
},
"street2": "Suite 500",
"kind": "Ship to address"
}
}
],
"orderReference": "<string>",
"statusLog": "Order has been cancelled",
"customerAccountId": "5e3598e3007c5e00080d2bb8",
"customerEmail": "[email protected]",
"customerPhone": {
"number": "<string>",
"kind": "<string>"
},
"notes": "<string>",
"tags": [
"tag100",
"tag101"
],
"events": [
{
"status": "ORDER_CREATED",
"data": {}
}
]
}
'{
"tags": [
"Monthly Penut Bar"
],
"_id": "60b5b8b08766410008dd72be",
"channel": 13,
"orderTotal": 125.33,
"taxTotal": 5.23,
"orderCurrency": "USD",
"status": "ORDER_CREATED",
"statusLog": "Order has been created",
"customerUserId": "5e3598e3007c5e00080d2bb8",
"customerAccountId": "5e3598e3007c5e00080d2bb8",
"customerEmail": "[email protected]",
"customerPhone": {
"number": "555-555-5555",
"kind": "mobile"
},
"orderId": "2468-1668-79485",
"shipTo": [
{
"address": {
"name": {
"first": "Mark",
"middle": "p",
"last": "styler"
},
"email": "[email protected]",
"phone": {
"number": "555-555-5555",
"kind": "mobile"
},
"street1": "10400 NE 4th St",
"street2": "Suite 500",
"city": "Bellevue",
"state": "WA",
"country": "USA",
"zipCode": 98004,
"kind": "Ship to address"
},
"promosApplied": [
{
"name": "test1"
}
],
"_id": "60b5b8b08766410008dd72bf",
"shipToId": 1000001,
"shipToType": "SHIP_TO_ADDRESS",
"price": 24.87,
"currency": "USD",
"estimatedTax": 10,
"committedTax": 10,
"total": 34.87,
"taxCode": "FR020000",
"shipmentCarrier": "Fedex",
"shipmentMethod": "Express",
"shipmentMethodId": 10000001,
"promisedDeliveryDate": "2021-02-14T00:00:00.000Z",
"shipmentInstructions": "Leave at back door",
"shipmentStatus": "Delivered"
}
],
"items": [
{
"group": [
"Group1"
],
"promosApplied": [
{
"name": "test"
}
],
"_id": "60b5b8b08766410008dd72c0",
"lineItemId": 1,
"itemId": 1000000051,
"priceListId": 100003,
"sku": 1538910,
"title": "Luminous Cushion Lagoon",
"quantity": 10,
"price": 4.5,
"discount": 1,
"currency": "USD",
"shipToId": 1000001,
"estimatedTax": 10.25,
"committedTax": 10.25,
"total": 4.54,
"taxCode": "FR020000",
"weight": 10,
"weightUnit": "lb",
"reservedLocation": "<array>",
"attributes": "<array>"
}
],
"shipments": "<array>",
"payments": [
{
"billToAddress": {
"name": {
"first": "Marl",
"middle": "p",
"last": "styler"
},
"email": "[email protected]",
"phone": {
"number": "555-555-5555",
"kind": "mobile"
},
"street1": "10400 NE 4th St",
"street2": "Suite 500",
"city": "Bellevue",
"state": "WA",
"country": "USA",
"zipCode": 98004,
"kind": "Ship to address"
},
"shipToId": [
1000001
],
"_id": "60b5b8b08766410008dd72c1",
"billToId": 1000001,
"paymentIdentifier": {
"cardIdentifier": 4242
},
"paymentMethod": "Visa",
"paymentToken": {
"token": 12345689
},
"paymentKind": "Default payment",
"amount": 533.33,
"currency": "USD",
"conversion": 1,
"paymentStatus": "Pending"
}
],
"revision": 0,
"totalQuantity": 10,
"statusDescriptions": "<array>",
"events": "<array>",
"attributes": "<array>",
"createdAt": "2021-06-01T04:33:52.118Z",
"updatedAt": "2021-06-01T04:33:52.118Z"
}Create subscriptions orders
curl --request POST \
--url https://prod01-apigw.{customer_name}.fabric.zone/api-order/subscriptions/orders \
--header 'Content-Type: application/json' \
--header 'x-site-context: <x-site-context>' \
--data '
{
"cartId": "5e4876e10cfe1d8902005d33",
"channel": 11,
"orderTotal": 125.99,
"taxTotal": 5.23,
"orderCurrency": "USD",
"status": "ORDER_CREATED",
"customerUserId": "5e3598e3007c5e00080d2bb8",
"shipTo": [
{
"shipToId": 1000001,
"shipToType": "SHIP_TO_ADDRESS",
"price": 24.87,
"currency": "USD",
"estimatedTax": 10.25,
"committedTax": 10.25,
"promosApplied": [
{}
],
"total": 1,
"taxCode": "FR020000",
"shipmentCarrier": "Fedex",
"shipmentMethod": "Express",
"shipmentMethodId": "10000001",
"promisedDeliveryDate": "2019-12-14",
"shipmentInstructions": "Leave at back door",
"shipmentStatus": "Delivered",
"address": {
"name": {
"first": "John",
"last": "Smith",
"middle": "Paul"
},
"email": "[email protected]",
"street1": "10400 NE 4th St",
"city": "Bellevue",
"state": "WA",
"country": "USA",
"zipCode": "98004",
"phone": {
"number": "<string>",
"kind": "<string>"
},
"street2": "Suite 500",
"kind": "Ship to address"
}
}
],
"orderReference": "<string>",
"statusLog": "Order has been cancelled",
"customerAccountId": "5e3598e3007c5e00080d2bb8",
"customerEmail": "[email protected]",
"customerPhone": {
"number": "<string>",
"kind": "<string>"
},
"notes": "<string>",
"tags": [
"tag100",
"tag101"
],
"events": [
{
"status": "ORDER_CREATED",
"data": {}
}
]
}
'{
"tags": [
"Monthly Penut Bar"
],
"_id": "60b5b8b08766410008dd72be",
"channel": 13,
"orderTotal": 125.33,
"taxTotal": 5.23,
"orderCurrency": "USD",
"status": "ORDER_CREATED",
"statusLog": "Order has been created",
"customerUserId": "5e3598e3007c5e00080d2bb8",
"customerAccountId": "5e3598e3007c5e00080d2bb8",
"customerEmail": "[email protected]",
"customerPhone": {
"number": "555-555-5555",
"kind": "mobile"
},
"orderId": "2468-1668-79485",
"shipTo": [
{
"address": {
"name": {
"first": "Mark",
"middle": "p",
"last": "styler"
},
"email": "[email protected]",
"phone": {
"number": "555-555-5555",
"kind": "mobile"
},
"street1": "10400 NE 4th St",
"street2": "Suite 500",
"city": "Bellevue",
"state": "WA",
"country": "USA",
"zipCode": 98004,
"kind": "Ship to address"
},
"promosApplied": [
{
"name": "test1"
}
],
"_id": "60b5b8b08766410008dd72bf",
"shipToId": 1000001,
"shipToType": "SHIP_TO_ADDRESS",
"price": 24.87,
"currency": "USD",
"estimatedTax": 10,
"committedTax": 10,
"total": 34.87,
"taxCode": "FR020000",
"shipmentCarrier": "Fedex",
"shipmentMethod": "Express",
"shipmentMethodId": 10000001,
"promisedDeliveryDate": "2021-02-14T00:00:00.000Z",
"shipmentInstructions": "Leave at back door",
"shipmentStatus": "Delivered"
}
],
"items": [
{
"group": [
"Group1"
],
"promosApplied": [
{
"name": "test"
}
],
"_id": "60b5b8b08766410008dd72c0",
"lineItemId": 1,
"itemId": 1000000051,
"priceListId": 100003,
"sku": 1538910,
"title": "Luminous Cushion Lagoon",
"quantity": 10,
"price": 4.5,
"discount": 1,
"currency": "USD",
"shipToId": 1000001,
"estimatedTax": 10.25,
"committedTax": 10.25,
"total": 4.54,
"taxCode": "FR020000",
"weight": 10,
"weightUnit": "lb",
"reservedLocation": "<array>",
"attributes": "<array>"
}
],
"shipments": "<array>",
"payments": [
{
"billToAddress": {
"name": {
"first": "Marl",
"middle": "p",
"last": "styler"
},
"email": "[email protected]",
"phone": {
"number": "555-555-5555",
"kind": "mobile"
},
"street1": "10400 NE 4th St",
"street2": "Suite 500",
"city": "Bellevue",
"state": "WA",
"country": "USA",
"zipCode": 98004,
"kind": "Ship to address"
},
"shipToId": [
1000001
],
"_id": "60b5b8b08766410008dd72c1",
"billToId": 1000001,
"paymentIdentifier": {
"cardIdentifier": 4242
},
"paymentMethod": "Visa",
"paymentToken": {
"token": 12345689
},
"paymentKind": "Default payment",
"amount": 533.33,
"currency": "USD",
"conversion": 1,
"paymentStatus": "Pending"
}
],
"revision": 0,
"totalQuantity": 10,
"statusDescriptions": "<array>",
"events": "<array>",
"attributes": "<array>",
"createdAt": "2021-06-01T04:33:52.118Z",
"updatedAt": "2021-06-01T04:33:52.118Z"
}"0LybWR49k95cCwYh3cu0waCYoh4H2Eux2J52wn4k"
The x-site-context header is a JSON object that contains information about the source you wish to pull from. The mandatory account is the 24 character identifier found in Copilot. The channel (Sales channel ID), stage (environment name), and date attributes can be used to further narrow the scope of your data source.
"{\"date\": \"2023-01-01T00:00:00.000Z\", \"channel\": 12, \"account\": \"1234abcd5678efgh9ijklmno\",\"stage\":\"production\"}"
24"5e4876e10cfe1d8902005d33"
11
x >= 0125.99
x >= 05.23
3"USD"
ORDER_CREATED, ORDER_CONFIRMED, ORDER_CANCELLED, ORDER_PARTIALLY_SHIPPED, ORDER_SHIPPED, ORDER_PARTIALLY_DELIVERED, ORDER_DELIVERED, ORDER_RETURNED, ORDER_PARTIALLY_RETURNED, ORDER_PAYMENT_AUTHORIZED, ORDER_PAYMENT_INVALID, ORDER_FULFILLED, ORDER_PARTIALLY_FULFILLED, ORDER_REFUNDED 5"ORDER_CREATED"
24"5e3598e3007c5e00080d2bb8"
1Show child attributes
1000001
BOPIS, SHIP_TO_STORE, SHIP_TO_ADDRESS, STORE_PICKUP "SHIP_TO_ADDRESS"
24.87
"USD"
10.25
10.25
x >= 02"FR020000"
"Fedex"
"Express"
"10000001"
"2019-12-14"
"Leave at back door"
"Delivered"
Show child attributes
3"10400 NE 4th St"
2"Bellevue"
2"WA"
2"USA"
2"98004"
"Suite 500"
"Ship to address"
"Order has been cancelled"
3"5e3598e3007c5e00080d2bb8"
31["tag100", "tag101"]Show child attributes
ORDER_CREATED, ORDER_CONFIRMED, ORDER_CANCELLED, ORDER_PARTIALLY_SHIPPED, ORDER_SHIPPED, ORDER_PARTIALLY_DELIVERED, ORDER_DELIVERED, ORDER_RETURNED, ORDER_PARTIALLY_RETURNED, ORDER_PAYMENT_AUTHORIZED, ORDER_PAYMENT_INVALID, ORDER_FULFILLED, ORDER_PARTIALLY_FULFILLED, ORDER_REFUNDED 5"ORDER_CREATED"
Created subscription order
"60b5b8b08766410008dd72be"
13
125.33
5.23
"USD"
"ORDER_CREATED"
"Order has been created"
"5e3598e3007c5e00080d2bb8"
"5e3598e3007c5e00080d2bb8"
"2468-1668-79485"
Show child attributes
Show child attributes
"10400 NE 4th St"
"Suite 500"
"Bellevue"
"WA"
"USA"
98004
"Ship to address"
"60b5b8b08766410008dd72bf"
1000001
"SHIP_TO_ADDRESS"
24.87
"USD"
10
10
34.87
"FR020000"
"Fedex"
"Express"
10000001
"2021-02-14T00:00:00.000Z"
"Leave at back door"
"Delivered"
Show child attributes
"60b5b8b08766410008dd72c0"
1
1000000051
100003
1538910
"Luminous Cushion Lagoon"
10
4.5
1
"USD"
1000001
10.25
10.25
4.54
"FR020000"
10
"lb"
Show child attributes
Show child attributes
"10400 NE 4th St"
"Suite 500"
"Bellevue"
"WA"
"USA"
98004
"Ship to address"
"60b5b8b08766410008dd72c1"
1000001
"Visa"
"Default payment"
533.33
"USD"
1
"Pending"
0
10
"2021-06-01T04:33:52.118Z"
"2021-06-01T04:33:52.118Z"
Was this page helpful?