ecommerce/orders

List Orders

get/ecommerce/orders

Query parameters

remote_databoolean

Set to true to include data from the original software.

limitnumber

Set to get the number of records.

cursorstring

Set to get the number of records after this cursor.

Headers

x-connection-tokenstring required

The connection token

Response

prev_cursorstring nullable required
next_cursorstring nullable required

Example response

{
  "data": [
    {
      "order_status": "UNSHIPPED",
      "payment_status": "SUCCESS",
      "currency": "AUD",
      "total_price": 300,
      "total_discount": 10,
      "total_shipping": 120,
      "total_tax": 120,
      "fulfillment_status": "PENDING",
      "customer_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
      "items": [
        {
          "remote_id": "12345",
          "product_id": "prod_001",
          "variant_id": "var_001",
          "sku": "SKU123",
          "title": "Sample Product",
          "quantity": 2,
          "price": "19.99",
          "total": "39.98",
          "fulfillment_status": "PENDING",
          "requires_shipping": true,
          "taxable": true,
          "weight": 1.5,
          "variant_title": "Size M",
          "vendor": "Sample Vendor",
          "properties": [
            {
              "name": "Color",
              "value": "Red"
            }
          ],
          "tax_lines": [
            {
              "title": "Sales Tax",
              "price": "3.00",
              "rate": 0.075
            }
          ],
          "discount_allocations": [
            {
              "amount": "5.00",
              "discount_application_index": 0
            }
          ]
        }
      ],
      "field_mappings": {
        "fav_dish": "broccoli",
        "fav_color": "red"
      },
      "id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
      "remote_id": "id_1",
      "remote_data": {
        "fav_dish": "broccoli",
        "fav_color": "red"
      },
      "created_at": "2024-10-01T12:00:00Z",
      "modified_at": "2024-10-01T12:00:00Z"
    }
  ]
}

Changes

Changed in 7 of the 18 revisions of this API.21171181

    • for the query request parameter limit, default value 50 was removed

      request-parameter-default-value-removed

    This revision also has 42 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the AED enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the AFN enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the ALL enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the AMD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the ANG enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the AOA enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the ARS enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the AUD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the AWG enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the AZN enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BAM enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BBD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BDT enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BGN enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BHD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BIF enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BMD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BND enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BOB enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BRL enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BSD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BTN enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BWP enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BYN enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BZD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the CAD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the CANCELED enum value from the allOf[subschema #2]/data/items/fulfillment_status response property for the response status 200

      response-property-enum-value-removed

    • removed the CANCELED enum value from the allOf[subschema #2]/data/items/order_status response property for the response status 200

      response-property-enum-value-removed

    • removed the CDF enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the CHF enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the CLP enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the CNY enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the COP enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the CRC enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the CUP enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the CVE enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the CZK enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the DJF enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the DKK enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the DOP enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the DZD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the EGP enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the ERN enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the ETB enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the EUR enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the FAIL enum value from the allOf[subschema #2]/data/items/payment_status response property for the response status 200

      response-property-enum-value-removed

    • removed the FJD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the FKP enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the FOK enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the FULFILLED enum value from the allOf[subschema #2]/data/items/fulfillment_status response property for the response status 200

      response-property-enum-value-removed

    • removed the GBP enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the GEL enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the GGP enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the GHS enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the GIP enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the GMD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the GNF enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the GTQ enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the GYD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the HKD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the HNL enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the HRK enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the HTG enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the HUF enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the IDR enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the ILS enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the IMP enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the INR enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the IQD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the IRR enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the ISK enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the JEP enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the JMD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the JOD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the JPY enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the KES enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the KGS enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the KHR enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the KID enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the KMF enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the KRW enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the KWD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the KYD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the KZT enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the LAK enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the LBP enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the LKR enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the LRD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the LSL enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the LYD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MAD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MDL enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MGA enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MKD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MMK enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MNT enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MOP enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MRU enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MUR enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MVR enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MWK enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MXN enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MYR enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MZN enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the NAD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the NGN enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the NIO enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the NOK enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the NPR enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the NZD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the OMR enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the PAB enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the PEN enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the PENDING enum value from the allOf[subschema #2]/data/items/fulfillment_status response property for the response status 200

      response-property-enum-value-removed

    • removed the PENDING enum value from the allOf[subschema #2]/data/items/order_status response property for the response status 200

      response-property-enum-value-removed

    • removed the PGK enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the PHP enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the PKR enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the PLN enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the PYG enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the QAR enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the RON enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the RSD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the RUB enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the RWF enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SAR enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SBD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SCR enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SDG enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SEK enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SGD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SHIPPED enum value from the allOf[subschema #2]/data/items/order_status response property for the response status 200

      response-property-enum-value-removed

    • removed the SHP enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SLE enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SLL enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SOS enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SRD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SSP enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the STN enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SUCCESS enum value from the allOf[subschema #2]/data/items/payment_status response property for the response status 200

      response-property-enum-value-removed

    • removed the SYP enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SZL enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the THB enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the TJS enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the TMT enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the TND enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the TOP enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the TRY enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the TTD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the TVD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the TWD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the TZS enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the UAH enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the UGX enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the UNSHIPPED enum value from the allOf[subschema #2]/data/items/order_status response property for the response status 200

      response-property-enum-value-removed

    • removed the USD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the UYU enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the UZS enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the VES enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the VND enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the VUV enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the WST enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the XAF enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the XCD enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the XDR enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the XOF enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the XPF enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the YER enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the ZAR enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the ZMW enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • removed the ZWL enum value from the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property allOf[subschema #2]/data/items/items/items/company_info_id to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/items/items/items/created_at to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/items/items/items/modified_at to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/items/items/items/name to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/items/items/items/parent_item to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/items/items/items/remote_generated_at to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/items/items/items/remote_id to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/items/items/items/type to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/items/items/items/value to the response with the 200 status

      response-optional-property-added

  • 17251bf7794f29See the full diff
    • for the query request parameter limit, default value 50 was added

      request-parameter-default-value-added

    • the allOf[subschema #2]/data/items/items response's property type/format changed from object/ to array/ for status 200

      response-property-type-changed

    • added the new CANCELED enum value to the allOf[subschema #2]/data/items/fulfillment_status response property for the response status 200

      response-property-enum-value-added

    • added the new CANCELED enum value to the allOf[subschema #2]/data/items/order_status response property for the response status 200

      response-property-enum-value-added

    • added the new FAIL enum value to the allOf[subschema #2]/data/items/payment_status response property for the response status 200

      response-property-enum-value-added

    • added the new FULFILLED enum value to the allOf[subschema #2]/data/items/fulfillment_status response property for the response status 200

      response-property-enum-value-added

    • added the new PENDING enum value to the allOf[subschema #2]/data/items/fulfillment_status response property for the response status 200

      response-property-enum-value-added

    • added the new PENDING enum value to the allOf[subschema #2]/data/items/order_status response property for the response status 200

      response-property-enum-value-added

    • added the new SHIPPED enum value to the allOf[subschema #2]/data/items/order_status response property for the response status 200

      response-property-enum-value-added

    • added the new SUCCESS enum value to the allOf[subschema #2]/data/items/payment_status response property for the response status 200

      response-property-enum-value-added

    • added the new UNSHIPPED enum value to the allOf[subschema #2]/data/items/order_status response property for the response status 200

      response-property-enum-value-added

    • for the query request parameter limit, default value 30 was removed

      request-parameter-default-value-removed

  • 87189baf779117162See the full diff
    • the response property allOf[subschema #2]/data/items/created_at became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #2]/data/items/currency became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #2]/data/items/customer_id became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #2]/data/items/field_mappings became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #2]/data/items/fulfillment_status became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #2]/data/items/id became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #2]/data/items/items became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #2]/data/items/modified_at became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #2]/data/items/order_number became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #2]/data/items/order_status became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #2]/data/items/payment_status became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #2]/data/items/remote_data became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #2]/data/items/remote_id became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #2]/data/items/total_discount became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #2]/data/items/total_price became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #2]/data/items/total_shipping became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #2]/data/items/total_tax became nullable for the status 200

      response-property-became-nullable

    • added the new AED enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new AFN enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new ALL enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new AMD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new ANG enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new AOA enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new ARS enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new AUD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new AWG enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new AZN enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new BAM enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new BBD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new BDT enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new BGN enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new BHD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new BIF enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new BMD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new BND enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new BOB enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new BRL enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new BSD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new BTN enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new BWP enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new BYN enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new BZD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new CAD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new CDF enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new CHF enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new CLP enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new CNY enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new COP enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new CRC enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new CUP enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new CVE enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new CZK enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new DJF enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new DKK enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new DOP enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new DZD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new EGP enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new ERN enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new ETB enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new EUR enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new FJD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new FKP enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new FOK enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new GBP enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new GEL enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new GGP enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new GHS enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new GIP enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new GMD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new GNF enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new GTQ enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new GYD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new HKD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new HNL enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new HRK enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new HTG enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new HUF enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new IDR enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new ILS enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new IMP enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new INR enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new IQD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new IRR enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new ISK enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new JEP enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new JMD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new JOD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new JPY enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new KES enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new KGS enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new KHR enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new KID enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new KMF enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new KRW enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new KWD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new KYD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new KZT enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new LAK enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new LBP enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new LKR enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new LRD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new LSL enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new LYD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new MAD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new MDL enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new MGA enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new MKD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new MMK enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new MNT enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new MOP enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new MRU enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new MUR enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new MVR enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new MWK enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new MXN enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new MYR enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new MZN enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new NAD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new NGN enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new NIO enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new NOK enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new NPR enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new NZD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new OMR enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new PAB enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new PEN enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new PGK enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new PHP enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new PKR enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new PLN enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new PYG enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new QAR enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new RON enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new RSD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new RUB enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new RWF enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new SAR enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new SBD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new SCR enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new SDG enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new SEK enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new SGD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new SHP enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new SLE enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new SLL enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new SOS enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new SRD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new SSP enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new STN enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new SYP enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new SZL enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new THB enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new TJS enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new TMT enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new TND enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new TOP enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new TRY enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new TTD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new TVD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new TWD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new TZS enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new UAH enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new UGX enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new USD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new UYU enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new UZS enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new VES enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new VND enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new VUV enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new WST enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new XAF enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new XCD enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new XDR enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new XOF enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new XPF enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new YER enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new ZAR enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new ZMW enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new ZWL enum value to the allOf[subschema #2]/data/items/currency response property for the response status 200

      response-property-enum-value-added

    • endpoint added

      endpoint-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog