POST
/
api-order
/
orders
/
payment
curl --request POST \
  --url https://prod01-apigw.{customer_name}.fabric.zone/api-order/orders/payment \
  --header 'Content-Type: application/json' \
  --header 'x-site-context: <x-site-context>' \
  --data '{
  "orders": [
    "4809-7758-87594"
  ]
}'
{
  "query": {
    "limit": 10,
    "offset": 0,
    "count": 2
  },
  "orders": [
    {
      "_id": "61160edde8af410009827c28",
      "isSugarRefunded": true,
      "tags": [
        "<any>"
      ],
      "cartId": "61160ddbffac450008316d70",
      "attributes": [
        "<any>"
      ],
      "customerEmail": "mike@fabric.inc",
      "orderCurrency": "USD",
      "orderTotal": 6011.99,
      "taxTotal": 0,
      "channel": 12,
      "status": "ORDER_CREATED",
      "statusLog": "Order has been created",
      "orderReference": "3635-1613-42753",
      "orderId": "4809-7758-87594",
      "shipTo": [
        {
          "address": {
            "name": {
              "first": "First",
              "last": "Last"
            },
            "phone": {
              "number": "123-992-9404",
              "kind": "Mobile"
            },
            "street1": "888 Broadway",
            "city": "New York",
            "state": "NY",
            "country": "United States",
            "zipCode": 10003,
            "kind": "shipping",
            "email": "first@fabric.inc"
          },
          "delivery": {
            "actual": "<string>"
          },
          "shipping": {
            "actual": "<string>"
          },
          "promosApplied": [
            "<any>"
          ],
          "_id": "61160dea8e37e00008266191",
          "shipToType": "SHIP_TO_ADDRESS",
          "taxCode": "FR1000",
          "shipToId": 1499,
          "price": 11.99,
          "shipmentMethodId": 10002,
          "estimatedTax": 0,
          "shipmentCarrier": "2 Day",
          "total": 11.99,
          "readyForPickups": [
            "<any>"
          ],
          "id": "61160dea8e37e00008266191"
        }
      ],
      "items": [
        {
          "group": [
            1.2312312312312322e+23
          ],
          "promosApplied": [
            "<any>"
          ],
          "_id": "61160ddbffac450008316d71",
          "price": 600,
          "weightUnit": "kg",
          "isPickup": true,
          "itemId": 1000011164,
          "quantity": 10,
          "priceListId": 100000,
          "sku": "BLUETEST",
          "taxCode": "PH060771",
          "title": "Loki Cat",
          "weight": 7,
          "lineItemId": 1,
          "attributeTotalPrice": 0,
          "attributes": [
            "<any>"
          ],
          "currency": "USD",
          "shipToId": 1499,
          "discount": 0,
          "estimatedTax": 0,
          "total": 6000,
          "reservedLocation": [
            "<any>"
          ],
          "id": "61160ddbffac450008316d71"
        }
      ],
      "shipments": [
        "<any>"
      ],
      "payments": [
        {
          "billToAddress": {
            "name": {
              "first": "John",
              "last": "Smith"
            },
            "phone": {
              "number": 7780811973,
              "kind": "mobile"
            },
            "email": "johnsmith@gmail.com",
            "street1": "600 Congress Ave",
            "street2": "suite 219",
            "city": "Austin",
            "state": "Tx",
            "country": "US",
            "zipCode": 10033
          },
          "shipToId": [
            1499
          ],
          "_id": "61160edde8af410009827c2b",
          "paymentStatus": "authorized",
          "amount": 5000,
          "currency": "USD",
          "paymentIdentifier": {
            "cardIdentifier": 4242
          },
          "paymentMethod": "visa",
          "paymentKind": "CARD_STRIPE",
          "conversion": 1,
          "paymentToken": {
            "token": "pi_3JNthOJxr7zyIFb91Tp0jQTG",
            "type": "CARD_STRIPE"
          },
          "id": "61160edde8af410009827c2b"
        }
      ],
      "revision": 0,
      "totalQuantity": 10,
      "statusDescriptions": [
        "<any>"
      ],
      "events": [
        "<any>"
      ],
      "pickups": [
        "<any>"
      ],
      "createdAt": "2021-08-13T06:19:09.589Z",
      "updatedAt": "2021-08-13T06:19:09.589Z",
      "__v": 0
    }
  ]
}

Headers

x-api-key
string
x-site-context
string
required

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.

Query Parameters

Pagination parameters
object

Body

application/json
orders
string[]

Response

200
application/json
returned orders
query
object
orders
object[]