Brokered Order Items Feed

Discover the Brokered Order Items feed, a JSON-formatted feed generated from HotWax Commerce OMS for streamlined order management.

Introduction

The Brokered Order Items feed is an order-wise JSON-formatted feed generated from HotWax Commerce OMS. This feed contains details about brokered order items, which can be brokered to either Warehouse or Store Type facilities. The feed can be used for integration with other external systems.

Use case

Communication with the External Order fulfillment system

The Brokered Order Items feed is useful for retailers who would like to do fulfillment outside OMS through an external system such as a Warehouse Management System (WMS). This feed provides the out-of-the-box data available from OMS, and retailers can use it as is or after transformation to ingest into external systems through file-based integration.

Customization

The Brokered Order Items feed has certain out-of-the-box customizations that allow users to generate the feed as per the requirements.

Sample Brokered Order Items feed
[ {
  "productStoreId" : "SG_STORE",
  "orderId" : "SGSM10007",
  "orderName" : "#1068",
  "orderDate" : "2020-01-15T11:26:03-08:00",
  "orderStatusId" : "ORDER_APPROVED",
  "entryDate" : "2020-01-17T12:31:57-08:00",
  "orderExternalId" : null,
  "currency" : "USD",
  "grandTotal" : 104,
  "orderItemSeqId" : null,
  "itemStatusId" : null,
  "orderItemQuantity" : null,
  "reservedItemQuantity" : null,
  "reservedDatetime" : null,
  "unitPrice" : null,
  "orderItemExternalId" : null,
  "itemDescription" : null,
  "requestedDeliveryDate" : null,
  "requestedDeliveryTime" : null,
  "deliveryWindow" : null,
  "shipGroupSeqId" : null,
  "shipmentMethodTypeId" : null,
  "postalContactMechId" : null,
  "telecomContactMechId" : null,
  "orderFacilityId" : null,
  "carrierPartyId" : null,
  "externalFulfillmentOrderItemId" : null,
  "fulfillmentStatus" : null,
  "customerFirstName" : "Demo",
  "customerLastName" : "User",
  "facilityId" : null,
  "facilityExternalId" : null,
  "facilityTypeId" : null,
  "parentFacilityTypeId" : null,
  "statusDatetime" : null,
  "productId" : null,
  "productTypeId" : null,
  "internalName" : null,
  "salesChannel" : "WEB_CHANNEL",
  "customerPartyId" : "10004",
  "isShippingChargesSent" : "Y",
  "billTo" : {
    "countryGeoCode" : "US",
    "stateProvinceGeoCode" : "TN",
    "contactMechId" : "10802",
    "toName" : "demo user",
    "attnName" : null,
    "address1" : "11 U.S. 11",
    "address2" : null,
    "houseNumber" : null,
    "houseNumberExt" : null,
    "directions" : null,
    "city" : "Knoxville",
    "cityGeoId" : null,
    "postalCode" : "37010",
    "postalCodeExt" : null,
    "countryGeoId" : "USA",
    "stateProvinceGeoId" : "TN",
    "countyGeoId" : null,
    "municipalityGeoId" : null,
    "postalCodeGeoId" : null,
    "geoPointId" : null,
    "encodedAddressKey" : null,
    "latitude" : null,
    "longitude" : null,
    "isResidentialAddress" : "Y",
    "phone" : null
  },
  "orderIdentifications" : [ {
    "orderId" : "SGSM10007",
    "idValue" : "2035556286557",
    "fromDate" : "2020-01-17T12:31:58-08:00",
    "lastUpdatedStamp" : "2020-01-17T12:31:58-08:00",
    "orderIdentificationTypeId" : "SHOPIFY_ORD_ID",
    "thruDate" : null
  }, {
    "orderId" : "SGSM10007",
    "fromDate" : "2020-01-17T12:31:58-08:00",
    "orderIdentificationTypeId" : "SHOPIFY_ORD_NAME",
    "lastUpdatedStamp" : "2020-01-17T12:31:58-08:00",
    "idValue" : "#1068",
    "thruDate" : null
  }, {
    "orderId" : "SGSM10007",
    "fromDate" : "2020-01-17T12:31:58-08:00",
    "idValue" : "68",
    "orderIdentificationTypeId" : "SHOPIFY_ORD_NO",
    "lastUpdatedStamp" : "2020-01-17T12:31:58-08:00",
    "thruDate" : null
  } ],
  "customerPartyIdentifications" : [ ],
  "payments" : [ {
    "orderId" : "SGSM10007",
    "paymentMethodCode" : null,
    "paymentMethodDescription" : "Shopify Payment",
    "createdDate" : "2020-01-17T12:31:57-08:00",
    "statusId" : "PAYMENT_SETTLED",
    "returnId" : null,
    "amount" : 104,
    "paymentMethodTypeId" : "EXT_SHOPIFY"
  } ],
  "orderAdjustments" : [ {
    "customerReferenceId" : null,
    "correspondingProductId" : null,
    "orderItemSeqId" : "_NA_",
    "includeInShipping" : null,
    "description" : null,
    "exemptAmount" : null,
    "productPromoId" : null,
    "orderId" : "SGSM10007",
    "taxAuthPartyId" : null,
    "lastModifiedByUserLogin" : null,
    "amount" : 15,
    "oldPercentage" : null,
    "primaryGeoId" : null,
    "taxAuthGeoId" : null,
    "originalAdjustmentId" : null,
    "secondaryGeoId" : null,
    "createdByUserLogin" : null,
    "orderAdjustmentId" : null,
    "amountAlreadyIncluded" : null,
    "lastUpdatedStamp" : null,
    "comments" : null,
    "recurringAmount" : null,
    "lastModifiedDate" : null,
    "sourceReferenceId" : null,
    "productPromoRuleId" : null,
    "isManual" : null,
    "productFeatureId" : null,
    "taxAuthorityRateSeqId" : null,
    "overrideGlAccountId" : null,
    "oldAmountPerQuantity" : null,
    "shipGroupSeqId" : null,
    "includeInTax" : null,
    "createdDate" : null,
    "productPromoActionSeqId" : null,
    "sourcePercentage" : null,
    "orderAdjustmentTypeId" : "SHIPPING_CHARGES"
  } ],
  "orderAttributes" : [ ],
  "orderItems" : [ {
    "productStoreId" : "SG_STORE",
    "orderId" : "SGSM10007",
    "orderName" : "#1068",
    "orderDate" : "2020-01-15T11:26:03-08:00",
    "orderStatusId" : "ORDER_APPROVED",
    "entryDate" : "2020-01-17T12:31:57-08:00",
    "orderExternalId" : null,
    "currency" : "USD",
    "grandTotal" : 104,
    "orderItemSeqId" : "00001",
    "itemStatusId" : "ITEM_APPROVED",
    "orderItemQuantity" : 1,
    "reservedItemQuantity" : null,
    "reservedDatetime" : null,
    "unitPrice" : 89,
    "orderItemExternalId" : "4458969923677",
    "itemDescription" : "BLACK LEATHER / 37 / 17",
    "requestedDeliveryDate" : null,
    "requestedDeliveryTime" : null,
    "deliveryWindow" : null,
    "shipGroupSeqId" : "00001",
    "shipmentMethodTypeId" : "SECOND_DAY",
    "postalContactMechId" : "10800",
    "telecomContactMechId" : null,
    "orderFacilityId" : null,
    "carrierPartyId" : "_NA_",
    "externalFulfillmentOrderItemId" : null,
    "fulfillmentStatus" : null,
    "customerFirstName" : "Demo",
    "customerLastName" : "User",
    "facilityId" : "1",
    "facilityExternalId" : "1",
    "facilityTypeId" : "RETAIL_STORE",
    "parentFacilityTypeId" : "PHYSICAL_STORE",
    "statusDatetime" : "2020-03-19T11:50:29-07:00",
    "productId" : "10609",
    "productTypeId" : "FINISHED_GOOD",
    "internalName" : "14312158756979",
    "salesChannel" : "WEB_CHANNEL",
    "customerPartyId" : "10004",
    "shipTo" : {
      "countryGeoCode" : "US",
      "stateProvinceGeoCode" : "TN",
      "contactMechId" : "10800",
      "toName" : "demo user",
      "attnName" : null,
      "address1" : "11 U.S. 11",
      "address2" : null,
      "houseNumber" : null,
      "houseNumberExt" : null,
      "directions" : null,
      "city" : "Knoxville",
      "cityGeoId" : null,
      "postalCode" : "37010",
      "postalCodeExt" : null,
      "countryGeoId" : "USA",
      "stateProvinceGeoId" : "TN",
      "countyGeoId" : null,
      "municipalityGeoId" : null,
      "postalCodeGeoId" : null,
      "geoPointId" : null,
      "encodedAddressKey" : null,
      "latitude" : null,
      "longitude" : null,
      "isResidentialAddress" : "Y",
      "phone" : null
    },
    "goodIdentifications" : [ {
      "idValue" : "S00CG30",
      "productId" : "10609",
      "lastUpdatedStamp" : "2022-02-04T07:09:25-08:00",
      "fromDate" : "2020-06-01T12:02:00-07:00",
      "goodIdentificationTypeId" : "SHOPIFY_PROD_SKU",
      "thruDate" : null
    }, {
      "idValue" : "661812039147",
      "fromDate" : "2020-01-17T10:21:16-08:00",
      "goodIdentificationTypeId" : "UPCA",
      "lastUpdatedStamp" : "2022-02-04T07:09:25-08:00",
      "productId" : "10609",
      "thruDate" : null
    } ],
    "orderItemAdjustments" : [ ],
    "orderItemAttributes" : [ ],
    "facilityGroupMembers" : [ {
      "facilityId" : "1",
      "facilityGroupId" : "AUTO_SHIPPING_LABEL",
      "lastUpdatedStamp" : "2021-09-29T01:16:19-07:00",
      "sequenceNum" : 5,
      "fromDate" : "2020-06-25T12:41:21-07:00",
      "thruDate" : null
    }, {
      "facilityId" : "1",
      "facilityGroupId" : "DO_PICKING",
      "lastUpdatedStamp" : "2021-09-29T01:16:19-07:00",
      "fromDate" : "2020-06-25T12:41:21-07:00",
      "sequenceNum" : 5,
      "thruDate" : null
    }, {
      "facilityId" : "1",
      "fromDate" : "2020-06-25T12:41:21-07:00",
      "sequenceNum" : 5,
      "facilityGroupId" : "DO_RATE_SHOP",
      "lastUpdatedStamp" : "2021-09-29T01:16:19-07:00",
      "thruDate" : null
    }, {
      "facilityGroupId" : "OMS_FULFILLMENT",
      "facilityId" : "1",
      "sequenceNum" : 5,
      "fromDate" : "2020-06-25T12:41:21-07:00",
      "thruDate" : null,
      "lastUpdatedStamp" : "2021-09-29T01:16:19-07:00"
    }, {
      "facilityId" : "1",
      "sequenceNum" : null,
      "facilityGroupId" : "SMUS_BROKERING_GROUP",
      "fromDate" : "2023-10-19T08:18:04-07:00",
      "lastUpdatedStamp" : "2023-10-19T08:18:04-07:00",
      "thruDate" : null
    }, {
      "facilityId" : "1",
      "lastUpdatedStamp" : "2023-10-19T08:24:38-07:00",
      "sequenceNum" : null,
      "fromDate" : "2023-10-19T08:24:38-07:00",
      "facilityGroupId" : "SMUS_ST_BRK_GRP",
      "thruDate" : null
    }, {
      "facilityId" : "1",
      "sequenceNum" : null,
      "lastUpdatedStamp" : "2023-11-10T01:18:38-08:00",
      "fromDate" : "2023-11-10T01:18:33-08:00",
      "facilityGroupId" : "SUPERGA_FAC_GRP",
      "thruDate" : null
    }, {
      "facilityGroupId" : "WH_FAC_GROUP",
      "facilityId" : "1",
      "sequenceNum" : null,
      "fromDate" : "2024-01-01T00:00:00-08:00",
      "lastUpdatedStamp" : "2024-01-04T06:50:21-08:00",
      "thruDate" : null
    } ],
    "fromOrderItemAssocs" : [ ],
    "toOrderItemAssocs" : [ ],
    "productFeatures" : [ {
      "amount" : null,
      "productFeatureApplTypeId" : "STANDARD_FEATURE",
      "productFeatureId" : "10015",
      "sequenceNum" : null,
      "recurringAmount" : null,
      "fromDate" : "2020-01-17T10:21:16-08:00",
      "idCode" : null,
      "productFeatureCategoryId" : "10015",
      "contentId" : null,
      "numberSpecified" : null,
      "uomId" : null,
      "thruDate" : null,
      "defaultSequenceNum" : null,
      "description" : "37",
      "defaultAmount" : null,
      "imageUrl" : null,
      "abbrev" : null,
      "productId" : "10609",
      "productFeatureTypeId" : "SIZE"
    }, {
      "amount" : null,
      "productFeatureApplTypeId" : "STANDARD_FEATURE",
      "sequenceNum" : null,
      "recurringAmount" : null,
      "productFeatureId" : "10101",
      "fromDate" : "2020-01-17T10:21:16-08:00",
      "idCode" : null,
      "productFeatureCategoryId" : "10015",
      "contentId" : null,
      "numberSpecified" : null,
      "uomId" : null,
      "description" : "BLACK LEATHER",
      "productFeatureTypeId" : "COLOR",
      "thruDate" : null,
      "defaultSequenceNum" : null,
      "defaultAmount" : null,
      "imageUrl" : null,
      "abbrev" : null,
      "productId" : "10609"
    }, {
      "amount" : null,
      "productFeatureApplTypeId" : "STANDARD_FEATURE",
      "sequenceNum" : null,
      "recurringAmount" : null,
      "productFeatureId" : "10102",
      "fromDate" : "2020-01-17T10:21:16-08:00",
      "idCode" : null,
      "productFeatureCategoryId" : "10015",
      "contentId" : null,
      "numberSpecified" : null,
      "uomId" : null,
      "thruDate" : null,
      "defaultSequenceNum" : null,
      "productFeatureTypeId" : "CODE",
      "defaultAmount" : null,
      "description" : "17",
      "imageUrl" : null,
      "abbrev" : null,
      "productId" : "10609"
    } ]
  } ]
},{
    "productStoreId" : "STORE",
    "orderId" : "KRWE10188",
    "orderName" : "#KREWE37484",
    "orderDate" : "2023-12-07T01:47:49-08:00",
    "orderStatusId" : "ORDER_APPROVED",
    "entryDate" : "2023-12-07T02:09:35-08:00",
    "orderExternalId" : "5499245625544",
    "currency" : "USD",
    "grandTotal" : 390,
    "orderItemSeqId" : null,
    "itemStatusId" : null,
    "orderItemQuantity" : null,
    "reservedItemQuantity" : null,
    "reservedDatetime" : null,
    "unitPrice" : null,
    "orderItemExternalId" : null,
    "itemDescription" : null,
    "requestedDeliveryDate" : null,
    "requestedDeliveryTime" : null,
    "deliveryWindow" : null,
    "shipGroupSeqId" : null,
    "shipmentMethodTypeId" : null,
    "postalContactMechId" : null,
    "telecomContactMechId" : null,
    "orderFacilityId" : null,
    "carrierPartyId" : null,
    "externalFulfillmentOrderItemId" : null,
    "fulfillmentStatus" : null,
    "customerFirstName" : "Dhiraj",
    "customerLastName" : "Nagar",
    "facilityId" : null,
    "facilityExternalId" : null,
    "facilityTypeId" : null,
    "parentFacilityTypeId" : null,
    "statusDatetime" : null,
    "productId" : null,
    "productTypeId" : null,
    "internalName" : null,
    "salesChannel" : "1",
    "customerPartyId" : "10005",
    "isShippingChargesSent" : "N",
    "billTo" : {
      "countryGeoCode" : "US",
      "stateProvinceGeoCode" : "FL",
      "contactMechId" : "10948",
      "toName" : "Dhiraj Nagar",
      "attnName" : null,
      "address1" : "Main St Squre",
      "address2" : "Main St Squre",
      "houseNumber" : null,
      "houseNumberExt" : null,
      "directions" : null,
      "city" : "Miami",
      "cityGeoId" : null,
      "postalCode" : "33172",
      "postalCodeExt" : null,
      "countryGeoId" : "USA",
      "stateProvinceGeoId" : "FL",
      "countyGeoId" : null,
      "municipalityGeoId" : null,
      "postalCodeGeoId" : null,
      "geoPointId" : null,
      "encodedAddressKey" : null,
      "latitude" : null,
      "longitude" : null,
      "isResidentialAddress" : "Y",
      "phone" : {
        "contactMechId" : "10949",
        "countryCode" : null,
        "areaCode" : null,
        "contactNumber" : "08973575538",
        "askForName" : null,
        "lastUpdatedStamp" : "2023-12-07T02:09:35-08:00"
      }
    },
    "orderIdentifications" : [ {
      "lastUpdatedStamp" : "2023-12-07T02:09:35-08:00",
      "fromDate" : "2023-12-07T02:09:35-08:00",
      "orderId" : "KRWE10188",
      "idValue" : "5499245625544",
      "orderIdentificationTypeId" : "SHOPIFY_ORD_ID",
      "thruDate" : null
    }, {
      "fromDate" : "2023-12-07T02:09:35-08:00",
      "orderIdentificationTypeId" : "SHOPIFY_ORD_NAME",
      "orderId" : "KRWE10188",
      "idValue" : "#KREWE37484",
      "thruDate" : null,
      "lastUpdatedStamp" : "2023-12-07T02:09:35-08:00"
    }, {
      "orderIdentificationTypeId" : "SHOPIFY_ORD_NO",
      "fromDate" : "2023-12-07T02:09:35-08:00",
      "idValue" : "36484",
      "orderId" : "KRWE10188",
      "lastUpdatedStamp" : "2023-12-07T02:09:35-08:00",
      "thruDate" : null
    } ],
    "customerPartyIdentifications" : [ {
      "partyId" : "10005",
      "idValue" : "5320857",
      "partyIdentificationTypeId" : "NETSUITE_CUSTOMER_ID",
      "lastUpdatedStamp" : "2023-11-22T10:58:34-08:00"
    }, {
      "partyId" : "10005",
      "lastUpdatedStamp" : "2023-11-22T06:11:12-08:00",
      "partyIdentificationTypeId" : "SHOPIFY_CUST_ID",
      "idValue" : "6838392979656"
    } ],
    "payments" : [ {
      "paymentMethodCode" : null,
      "createdDate" : "2023-12-07T02:09:35-08:00",
      "statusId" : "PAYMENT_SETTLED",
      "paymentMethodTypeId" : "EXT_SHOP_MANUAL",
      "amount" : 390,
      "returnId" : null,
      "orderId" : "KRWE10188",
      "paymentMethodDescription" : "Ext manual"
    } ],
    "orderAdjustments" : [ {
      "customerReferenceId" : null,
      "correspondingProductId" : null,
      "orderItemSeqId" : "_NA_",
      "includeInShipping" : null,
      "description" : null,
      "exemptAmount" : null,
      "productPromoId" : null,
      "taxAuthPartyId" : null,
      "lastModifiedByUserLogin" : null,
      "oldPercentage" : null,
      "primaryGeoId" : null,
      "orderId" : "KRWE10188",
      "taxAuthGeoId" : null,
      "originalAdjustmentId" : null,
      "secondaryGeoId" : null,
      "createdByUserLogin" : null,
      "orderAdjustmentId" : null,
      "amountAlreadyIncluded" : null,
      "lastUpdatedStamp" : null,
      "comments" : null,
      "recurringAmount" : null,
      "lastModifiedDate" : null,
      "sourceReferenceId" : null,
      "productPromoRuleId" : null,
      "isManual" : null,
      "productFeatureId" : null,
      "taxAuthorityRateSeqId" : null,
      "overrideGlAccountId" : null,
      "oldAmountPerQuantity" : null,
      "shipGroupSeqId" : null,
      "amount" : 35,
      "includeInTax" : null,
      "createdDate" : null,
      "productPromoActionSeqId" : null,
      "sourcePercentage" : null,
      "orderAdjustmentTypeId" : "SHIPPING_CHARGES"
    } ],
    "orderAttributes" : [ {
      "attrDescription" : "Shopify User Id",
      "orderId" : "KRWE10188",
      "attrName" : "shopify_user_id",
      "lastUpdatedStamp" : "2023-12-07T02:09:35-08:00",
      "attrValue" : "82607702216"
    } ],
    "orderItems" : [ {
      "productStoreId" : "STORE",
      "orderId" : "KRWE10188",
      "orderName" : "#KREWE37484",
      "orderDate" : "2023-12-07T01:47:49-08:00",
      "orderStatusId" : "ORDER_APPROVED",
      "entryDate" : "2023-12-07T02:09:35-08:00",
      "orderExternalId" : "5499245625544",
      "currency" : "USD",
      "grandTotal" : 390,
      "orderItemSeqId" : "00101",
      "itemStatusId" : "ITEM_APPROVED",
      "orderItemQuantity" : 1,
      "reservedItemQuantity" : null,
      "reservedDatetime" : null,
      "unitPrice" : 355,
      "orderItemExternalId" : "12980256866504",
      "itemDescription" : "COLEMAN | 18K + Matte Indigo Fade + Gravity + Custom Vanity Tint (KIT PRODUCT)",
      "requestedDeliveryDate" : null,
      "requestedDeliveryTime" : null,
      "deliveryWindow" : null,
      "shipGroupSeqId" : "00001",
      "shipmentMethodTypeId" : "OVR_SHP",
      "postalContactMechId" : "10945",
      "telecomContactMechId" : "10946",
      "orderFacilityId" : null,
      "carrierPartyId" : "FEDEX",
      "externalFulfillmentOrderItemId" : "100217",
      "fulfillmentStatus" : "Sent",
      "customerFirstName" : "Dhiraj",
      "customerLastName" : "Nagar",
      "facilityId" : "114",
      "facilityExternalId" : "114",
      "facilityTypeId" : "WAREHOUSE",
      "parentFacilityTypeId" : "DISTRIBUTION_CENTER",
      "statusDatetime" : "2023-12-07T02:09:50-08:00",
      "productId" : "10344",
      "productTypeId" : "MARKETING_PKG_PICK",
      "internalName" : "VANITYKIT-01",
      "salesChannel" : "1",
      "customerPartyId" : "10005",
      "shipTo" : {
        "countryGeoCode" : "US",
        "stateProvinceGeoCode" : "FL",
        "contactMechId" : "10945",
        "toName" : "Dhiraj Nagar",
        "attnName" : null,
        "address1" : "Main St Squre",
        "address2" : "Main St Squre",
        "houseNumber" : null,
        "houseNumberExt" : null,
        "directions" : null,
        "city" : "Miami",
        "cityGeoId" : null,
        "postalCode" : "33172",
        "postalCodeExt" : null,
        "countryGeoId" : "USA",
        "stateProvinceGeoId" : "FL",
        "countyGeoId" : null,
        "municipalityGeoId" : null,
        "postalCodeGeoId" : null,
        "geoPointId" : null,
        "encodedAddressKey" : null,
        "latitude" : null,
        "longitude" : null,
        "isResidentialAddress" : "Y",
        "phone" : {
          "contactMechId" : "10946",
          "countryCode" : null,
          "areaCode" : null,
          "contactNumber" : "08973575538",
          "askForName" : null,
          "lastUpdatedStamp" : "2023-12-07T02:09:35-08:00"
        }
      },
      "goodIdentifications" : [ {
        "idValue" : "40675",
        "fromDate" : "2023-11-22T11:05:40-08:00",
        "goodIdentificationTypeId" : "NETSUITE_PRODUCT_ID",
        "productId" : "10344",
        "lastUpdatedStamp" : "2024-03-27T01:36:21-07:00",
        "thruDate" : null
      }, {
        "idValue" : "42870659088584",
        "lastUpdatedStamp" : "2023-11-22T06:05:00-08:00",
        "goodIdentificationTypeId" : "SHOPIFY_PROD_ID",
        "productId" : "10344",
        "fromDate" : "2023-11-22T06:05:00-08:00",
        "thruDate" : null
      }, {
        "lastUpdatedStamp" : "2023-11-22T06:05:00-08:00",
        "productId" : "10344",
        "idValue" : "VANITYKIT-01",
        "fromDate" : "2023-11-22T06:05:00-08:00",
        "goodIdentificationTypeId" : "SHOPIFY_PROD_SKU",
        "thruDate" : null
      }, {
        "goodIdentificationTypeId" : "SKU",
        "lastUpdatedStamp" : "2023-11-22T06:05:00-08:00",
        "productId" : "10344",
        "idValue" : "VANITYKIT-01",
        "fromDate" : "2023-11-22T06:05:00-08:00",
        "thruDate" : null
      } ],
      "orderItemAdjustments" : [ ],
      "orderItemAttributes" : [ ],
      "facilityGroupMembers" : [ {
        "sequenceNum" : null,
        "lastUpdatedStamp" : "2023-11-23T13:36:59-08:00",
        "fromDate" : "2023-11-23T13:36:55-08:00",
        "facilityGroupId" : "NETSUITE_FULFILLMENT",
        "facilityId" : "114",
        "thruDate" : null
      }, {
        "facilityGroupId" : "OMS_FULFILLMENT",
        "sequenceNum" : null,
        "fromDate" : "2023-12-07T01:58:42-08:00",
        "lastUpdatedStamp" : "2023-12-07T01:58:42-08:00",
        "facilityId" : "114",
        "thruDate" : null
      } ],
      "fromOrderItemAssocs" : [ ],
      "toOrderItemAssocs" : [ {
        "toOrderItemSeqId" : "00102",
        "quantity" : null,
        "toShipGroupSeqId" : "00001",
        "toOrderId" : "KRWE10188",
        "orderId" : "KRWE10188",
        "orderItemAssocTypeId" : "KIT_COMPONENT",
        "lastUpdatedStamp" : "2023-12-07T02:09:35-08:00",
        "shipGroupSeqId" : "00001",
        "orderItemSeqId" : "00101"
      }, {
        "lastUpdatedStamp" : "2023-12-07T02:09:35-08:00",
        "quantity" : null,
        "toShipGroupSeqId" : "00001",
        "toOrderId" : "KRWE10188",
        "orderId" : "KRWE10188",
        "orderItemAssocTypeId" : "KIT_COMPONENT",
        "shipGroupSeqId" : "00001",
        "orderItemSeqId" : "00101",
        "toOrderItemSeqId" : "00103"
      } ],
      "productFeatures" : [ {
        "productFeatureId" : "10000",
        "amount" : null,
        "productFeatureApplTypeId" : "STANDARD_FEATURE",
        "recurringAmount" : null,
        "description" : "Default Title",
        "idCode" : null,
        "sequenceNum" : 1,
        "contentId" : null,
        "productFeatureTypeId" : "10000",
        "numberSpecified" : null,
        "productId" : "10344",
        "productFeatureCategoryId" : null,
        "uomId" : null,
        "thruDate" : null,
        "defaultSequenceNum" : null,
        "defaultAmount" : null,
        "imageUrl" : null,
        "abbrev" : null,
        "fromDate" : "2023-11-22T06:05:00-08:00"
      } ]
    }, {
      "productStoreId" : "STORE",
      "orderId" : "KRWE10188",
      "orderName" : "#KREWE37484",
      "orderDate" : "2023-12-07T01:47:49-08:00",
      "orderStatusId" : "ORDER_APPROVED",
      "entryDate" : "2023-12-07T02:09:35-08:00",
      "orderExternalId" : "5499245625544",
      "currency" : "USD",
      "grandTotal" : 390,
      "orderItemSeqId" : "00102",
      "itemStatusId" : "ITEM_APPROVED",
      "orderItemQuantity" : 1,
      "reservedItemQuantity" : 1,
      "reservedDatetime" : "2023-12-14T00:15:52-08:00",
      "unitPrice" : 0,
      "orderItemExternalId" : null,
      "itemDescription" : "Default Title (COMPONENT PRODUCT)",
      "requestedDeliveryDate" : null,
      "requestedDeliveryTime" : null,
      "deliveryWindow" : null,
      "shipGroupSeqId" : "00001",
      "shipmentMethodTypeId" : "OVR_SHP",
      "postalContactMechId" : "10945",
      "telecomContactMechId" : "10946",
      "orderFacilityId" : null,
      "carrierPartyId" : "FEDEX",
      "externalFulfillmentOrderItemId" : "100218",
      "fulfillmentStatus" : "Sent",
      "customerFirstName" : "Dhiraj",
      "customerLastName" : "Nagar",
      "facilityId" : "114",
      "facilityExternalId" : "114",
      "facilityTypeId" : "WAREHOUSE",
      "parentFacilityTypeId" : "DISTRIBUTION_CENTER",
      "statusDatetime" : "2023-12-07T02:09:50-08:00",
      "productId" : "10342",
      "productTypeId" : "FINISHED_GOOD",
      "internalName" : "SCJ1-228G-21CS-222",
      "salesChannel" : "1",
      "customerPartyId" : "10005",
      "shipTo" : {
        "countryGeoCode" : "US",
        "stateProvinceGeoCode" : "FL",
        "contactMechId" : "10945",
        "toName" : "Dhiraj Nagar",
        "attnName" : null,
        "address1" : "Main St Squre",
        "address2" : "Main St Squre",
        "houseNumber" : null,
        "houseNumberExt" : null,
        "directions" : null,
        "city" : "Miami",
        "cityGeoId" : null,
        "postalCode" : "33172",
        "postalCodeExt" : null,
        "countryGeoId" : "USA",
        "stateProvinceGeoId" : "FL",
        "countyGeoId" : null,
        "municipalityGeoId" : null,
        "postalCodeGeoId" : null,
        "geoPointId" : null,
        "encodedAddressKey" : null,
        "latitude" : null,
        "longitude" : null,
        "isResidentialAddress" : "Y",
        "phone" : {
          "contactMechId" : "10946",
          "countryCode" : null,
          "areaCode" : null,
          "contactNumber" : "08973575538",
          "askForName" : null,
          "lastUpdatedStamp" : "2023-12-07T02:09:35-08:00"
        }
      },
      "goodIdentifications" : [ {
        "idValue" : "31083",
        "fromDate" : "2023-11-22T11:05:38-08:00",
        "lastUpdatedStamp" : "2024-03-27T01:36:20-07:00",
        "goodIdentificationTypeId" : "NETSUITE_PRODUCT_ID",
        "productId" : "10342",
        "thruDate" : null
      }, {
        "fromDate" : "2023-11-22T06:04:59-08:00",
        "goodIdentificationTypeId" : "SHOPIFY_PROD_ID",
        "idValue" : "42389625733320",
        "productId" : "10342",
        "thruDate" : null,
        "lastUpdatedStamp" : "2023-11-22T06:04:59-08:00"
      }, {
        "idValue" : "SCJ1-228G-21CS-222",
        "fromDate" : "2023-11-22T06:04:59-08:00",
        "productId" : "10342",
        "lastUpdatedStamp" : "2023-11-22T06:04:59-08:00",
        "goodIdentificationTypeId" : "SHOPIFY_PROD_SKU",
        "thruDate" : null
      }, {
        "idValue" : "SCJ1-228G-21CS-222",
        "fromDate" : "2023-11-22T06:04:59-08:00",
        "goodIdentificationTypeId" : "SKU",
        "lastUpdatedStamp" : "2023-11-22T06:04:59-08:00",
        "productId" : "10342",
        "thruDate" : null
      }, {
        "fromDate" : "2023-11-22T06:04:59-08:00",
        "idValue" : "810062125869",
        "goodIdentificationTypeId" : "UPCA",
        "productId" : "10342",
        "lastUpdatedStamp" : "2023-11-22T06:04:59-08:00",
        "thruDate" : null
      } ],
      "orderItemAdjustments" : [ ],
      "orderItemAttributes" : [ ],
      "facilityGroupMembers" : [ {
        "sequenceNum" : null,
        "lastUpdatedStamp" : "2023-11-23T13:36:59-08:00",
        "fromDate" : "2023-11-23T13:36:55-08:00",
        "facilityGroupId" : "NETSUITE_FULFILLMENT",
        "facilityId" : "114",
        "thruDate" : null
      }, {
        "facilityGroupId" : "OMS_FULFILLMENT",
        "sequenceNum" : null,
        "fromDate" : "2023-12-07T01:58:42-08:00",
        "lastUpdatedStamp" : "2023-12-07T01:58:42-08:00",
        "facilityId" : "114",
        "thruDate" : null
      } ],
      "fromOrderItemAssocs" : [ {
        "toOrderItemSeqId" : "00102",
        "quantity" : null,
        "toShipGroupSeqId" : "00001",
        "toOrderId" : "KRWE10188",
        "orderId" : "KRWE10188",
        "orderItemAssocTypeId" : "KIT_COMPONENT",
        "lastUpdatedStamp" : "2023-12-07T02:09:35-08:00",
        "shipGroupSeqId" : "00001",
        "orderItemSeqId" : "00101"
      } ],
      "toOrderItemAssocs" : [ ],
      "productFeatures" : [ {
        "productFeatureId" : "10000",
        "amount" : null,
        "productFeatureApplTypeId" : "STANDARD_FEATURE",
        "recurringAmount" : null,
        "description" : "Default Title",
        "idCode" : null,
        "sequenceNum" : 1,
        "contentId" : null,
        "productFeatureTypeId" : "10000",
        "numberSpecified" : null,
        "productFeatureCategoryId" : null,
        "uomId" : null,
        "productId" : "10342",
        "thruDate" : null,
        "fromDate" : "2023-11-22T06:04:59-08:00",
        "defaultSequenceNum" : null,
        "defaultAmount" : null,
        "imageUrl" : null,
        "abbrev" : null
      } ]
    }, {
      "productStoreId" : "STORE",
      "orderId" : "KRWE10188",
      "orderName" : "#KREWE37484",
      "orderDate" : "2023-12-07T01:47:49-08:00",
      "orderStatusId" : "ORDER_APPROVED",
      "entryDate" : "2023-12-07T02:09:35-08:00",
      "orderExternalId" : "5499245625544",
      "currency" : "USD",
      "grandTotal" : 390,
      "orderItemSeqId" : "00103",
      "itemStatusId" : "ITEM_APPROVED",
      "orderItemQuantity" : 1,
      "reservedItemQuantity" : 1,
      "reservedDatetime" : "2023-12-14T00:15:53-08:00",
      "unitPrice" : 0,
      "orderItemExternalId" : null,
      "itemDescription" : "Dark Blue Gradient / 4B (COMPONENT PRODUCT)",
      "requestedDeliveryDate" : null,
      "requestedDeliveryTime" : null,
      "deliveryWindow" : null,
      "shipGroupSeqId" : "00001",
      "shipmentMethodTypeId" : "OVR_SHP",
      "postalContactMechId" : "10945",
      "telecomContactMechId" : "10946",
      "orderFacilityId" : null,
      "carrierPartyId" : "FEDEX",
      "externalFulfillmentOrderItemId" : "100219",
      "fulfillmentStatus" : "Sent",
      "customerFirstName" : "Dhiraj",
      "customerLastName" : "Nagar",
      "facilityId" : "114",
      "facilityExternalId" : "114",
      "facilityTypeId" : "WAREHOUSE",
      "parentFacilityTypeId" : "DISTRIBUTION_CENTER",
      "statusDatetime" : "2023-12-07T02:09:50-08:00",
      "productId" : "11741",
      "productTypeId" : "FINISHED_GOOD",
      "internalName" : "VANITYLENS-06",
      "salesChannel" : "1",
      "customerPartyId" : "10005",
      "shipTo" : {
        "countryGeoCode" : "US",
        "stateProvinceGeoCode" : "FL",
        "contactMechId" : "10945",
        "toName" : "Dhiraj Nagar",
        "attnName" : null,
        "address1" : "Main St Squre",
        "address2" : "Main St Squre",
        "houseNumber" : null,
        "houseNumberExt" : null,
        "directions" : null,
        "city" : "Miami",
        "cityGeoId" : null,
        "postalCode" : "33172",
        "postalCodeExt" : null,
        "countryGeoId" : "USA",
        "stateProvinceGeoId" : "FL",
        "countyGeoId" : null,
        "municipalityGeoId" : null,
        "postalCodeGeoId" : null,
        "geoPointId" : null,
        "encodedAddressKey" : null,
        "latitude" : null,
        "longitude" : null,
        "isResidentialAddress" : "Y",
        "phone" : {
          "contactMechId" : "10946",
          "countryCode" : null,
          "areaCode" : null,
          "contactNumber" : "08973575538",
          "askForName" : null,
          "lastUpdatedStamp" : "2023-12-07T02:09:35-08:00"
        }
      },
      "goodIdentifications" : [ {
        "fromDate" : "2023-11-22T11:05:40-08:00",
        "goodIdentificationTypeId" : "NETSUITE_PRODUCT_ID",
        "idValue" : "38040",
        "productId" : "11741",
        "lastUpdatedStamp" : "2024-03-27T01:36:21-07:00",
        "thruDate" : null
      }, {
        "goodIdentificationTypeId" : "SHOPIFY_PROD_ID",
        "productId" : "11741",
        "lastUpdatedStamp" : "2023-11-22T06:07:31-08:00",
        "fromDate" : "2023-11-22T06:07:30-08:00",
        "idValue" : "42870661480648",
        "thruDate" : null
      }, {
        "lastUpdatedStamp" : "2023-11-22T06:07:30-08:00",
        "idValue" : "VANITYLENS-06",
        "productId" : "11741",
        "fromDate" : "2023-11-22T06:07:30-08:00",
        "goodIdentificationTypeId" : "SHOPIFY_PROD_SKU",
        "thruDate" : null
      }, {
        "idValue" : "VANITYLENS-06",
        "lastUpdatedStamp" : "2023-11-22T06:07:31-08:00",
        "goodIdentificationTypeId" : "SKU",
        "productId" : "11741",
        "fromDate" : "2023-11-22T06:07:30-08:00",
        "thruDate" : null
      } ],
      "orderItemAdjustments" : [ ],
      "orderItemAttributes" : [ ],
      "facilityGroupMembers" : [ {
        "sequenceNum" : null,
        "lastUpdatedStamp" : "2023-11-23T13:36:59-08:00",
        "fromDate" : "2023-11-23T13:36:55-08:00",
        "facilityGroupId" : "NETSUITE_FULFILLMENT",
        "facilityId" : "114",
        "thruDate" : null
      }, {
        "facilityGroupId" : "OMS_FULFILLMENT",
        "sequenceNum" : null,
        "fromDate" : "2023-12-07T01:58:42-08:00",
        "lastUpdatedStamp" : "2023-12-07T01:58:42-08:00",
        "facilityId" : "114",
        "thruDate" : null
      } ],
      "fromOrderItemAssocs" : [ {
        "lastUpdatedStamp" : "2023-12-07T02:09:35-08:00",
        "quantity" : null,
        "toShipGroupSeqId" : "00001",
        "toOrderId" : "KRWE10188",
        "orderId" : "KRWE10188",
        "orderItemAssocTypeId" : "KIT_COMPONENT",
        "shipGroupSeqId" : "00001",
        "orderItemSeqId" : "00101",
        "toOrderItemSeqId" : "00103"
      } ],
      "toOrderItemAssocs" : [ ],
      "productFeatures" : [ {
        "amount" : null,
        "productFeatureApplTypeId" : "STANDARD_FEATURE",
        "productFeatureId" : "10169",
        "recurringAmount" : null,
        "sequenceNum" : 2,
        "idCode" : null,
        "contentId" : null,
        "numberSpecified" : null,
        "productId" : "11741",
        "productFeatureTypeId" : "10010",
        "productFeatureCategoryId" : null,
        "uomId" : null,
        "fromDate" : "2023-11-22T06:07:30-08:00",
        "thruDate" : null,
        "defaultSequenceNum" : null,
        "defaultAmount" : null,
        "imageUrl" : null,
        "abbrev" : null,
        "description" : "4B"
      }, {
        "amount" : null,
        "productFeatureId" : "10173",
        "productFeatureApplTypeId" : "STANDARD_FEATURE",
        "recurringAmount" : null,
        "idCode" : null,
        "sequenceNum" : 1,
        "description" : "Dark Blue Gradient",
        "contentId" : null,
        "numberSpecified" : null,
        "productId" : "11741",
        "productFeatureCategoryId" : null,
        "uomId" : null,
        "fromDate" : "2023-11-22T06:07:30-08:00",
        "productFeatureTypeId" : "COLOR",
        "thruDate" : null,
        "defaultSequenceNum" : null,
        "defaultAmount" : null,
        "imageUrl" : null,
        "abbrev" : null
      } ]
    } ]
  }
]

Attributes

The following attributes have been prepared in the feed:

This object contains the following attributes, each of which has internal nesting:

billTo

billTo.phone

orderIdentifications

customerPartyIdentifications

payments

orderAdjustments

orderAttributes

orderItems

orderItems.shipTo

orderItems.phone.shipTo

orderItem.goodIdentification

orderItems.orderItemAdjustments:

orderItemAttributes

facilityGroupMembers

fromOrderItemAssocs:

toOrderItemAssocs:

productFeatures:

Last updated