All pages
Powered by GitBook
1 of 13

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Create Picklist

Learn how to create picklists for order item pickups efficiently within the 'Brokering WIP' documentation.

Creates a picklist of the order items to be picked up. To create a picklist, you will need to call the /createPicklist endpoint with the POST method.

Request

Endpoint

https://<host>/api/createPicklist

Example: https://demo-oms.hotwax.io/api/createPicklist

Header

Body

Note: Pass the data in form format.

Parameter
Description
Required (Y/N)

Response

Header

Body

Parameter
Description

shipGroupSeqId_o_0

The ID of the ship group sequence

orderId_o_0

The ID of the order

orderItemSeqId_o_0

The ID of the order item sequence

productId_o_0

The ID of the product

quantity_o_0

The quantity of the items

inventoryItemId_o_0

The ID of the inventory item

picked_o_0

The number of items to be picked

_rowSubmit_o_0

pickerIds

The ID of the picker

facilityId

The ID of the facility

facilityId_o_0

The ID of the picklist bin

shipmentMethodTypeId_o_0

The ID of the shipment method type

itemStatusId_o_0

The ID of the item status

picklistId_o_0

The ID of the picklist

picklistBinId_o_0

The ID of the picklist bin

itemStatusId_o_0

The ID of the item status

picklistId

The ID of the picklist

picklistBinId

The ID of the picklist bin

productId_o_0

The ID of the product

facilityId: WH
facilityId_o_0: WH
shipmentMethodTypeId_o_0: STANDARD
itemStatusId_o_0: PICKITEM_PENDING
shipGroupSeqId_o_0: 00002
orderId_o_0: 10175
orderItemSeqId_o_0: 00101
productId_o_0: 10002
quantity_o_0: 1
inventoryItemId_o_0: 10120
picked_o_0: 1
_rowSubmit_o_0: Y
pickerIds: 10000
{
    "quantity_o_0": "1",
    "orderItemSeqId_o_0": "00101",
    "picklistId_o_0": "10112",
    "facilityId_o_0": "WH",
    "shipGroupSeqId_o_0": "00002",
    "orderId_o_0": "10175",
    "picklistBinId_o_0": "10122",
    "facilityId": "WH",
    "pickerIds": "10000",
    "picked_o_0": "1",
    "shipmentMethodTypeId_o_0": "STANDARD",
    "inventoryItemId_o_0": "10120",
    "itemStatusId_o_0": "PICKITEM_PENDING",
    "picklistId": "10112",
    "picklistBinId": "10122",
    "_rowSubmit_o_0": "Y",
    "productId_o_0": "10002"
}

Fulfillment

Explore API and data feeds within the 'Fulfillment' documentation.

Shipping Label PDF

Explore API and data feeds within the 'Shipping Label PDF' documentation.

Downloads a shipping label in PDF format for the shipment. To download the shipping label PDF, you will need to call the /ShippingLabel.pdf endpoint with the POST method.

Request

Endpoint

https://<host>/api/ShippingLabel.pdf?shipmentId=<>

Header

Params

Parameter
Description
Required (Y/N)

Response

Downloads a shipping label in pdf format which is pasted on the shipment.

Retry Shipping Label

Discover how to redownload shipping labels in PDF format for completed shipments with HotWax Commerce.

Redownloads shipping label in PDF format for the completed shipment. To re-download the shipping label PDF, you will need to call the /retryShippingLabel endpoint with the GET method.

Request

Endpoint

Shipping Label and Packing Slip

Explore API and data feeds within the 'Shipping Label and PackingSlip' documentation.

Downloads a shipping label in PDF format for the shipment. To download the shipping label PDF, you will need to call the /LabelAndPackingSlip.pdf endpoint with the POST method.

Request

Endpoint

shipment ID

The ID of the shipment of groups

Yes

https://<host>/api/retryShippingLabel

Header

Params

Parameter
Description
Required (Y/N)

shipment ID

The ID of the shipment of groups

Yes

Response

Redownloads a shipping label for the shipment in pdf format.

https://<host>/api/LabelAndPackingSlip.pdf

Header

Params

Parameter
Description
Required (Y/N)

shipment ID

The ID of the shipment of groups

Yes

Response

Downloads a shipping label and packing slip in pdf format for the shipment.

 https://demo-oms.hotwax.io/api/ShippingLabel.pdf?shipmentId=<>
 https://demo-oms.hotwax.io/api/retryShippingLabel?shipmentId=<>
 https://demo-oms.hotwax.io/api/LabelAndPackingSlip.pdf?shipmentIds=<>

Add Shipment Box

Learn how to add a shipment box for order fulfillment with the 'Add Shipment Box' feature.

Adds a shipment box for the order for fulfillment. To add a shipment box, you will need to call the /addShipmentPackage endpoint with the POST method.

Request

Endpoint

https://<host>/api/addShipmentPackage

Example: https://demo-oms.hotwax.io/api/addShipmentPackage

Header

Body

Parameter
Description
Required (Y/N)

Response

Header

Body

Parameter
Description

picklistBinId

The ID of the picklist bin

shipmentBoxTypeId

The ID of the shipment box type

shipmentPackageSeqId

The ID of the shipment package sequence

shipmentRouteSegmentId

The ID of the shipment route segment

shipmentId

The ID of the shipment

_EVENT_MESSAGE_

The communication message of the event

{
  "picklistBinId": "10094",
  "shipmentBoxTypeId": "YOURPACKNG"
}
{
  "shipmentPackageSeqId": "00001",
  "shipmentBoxTypeId": "YOURPACKNG",
  "shipmentRouteSegmentId": "00001",
  "shipmentId": "10252",
  "picklistBinId": "10094",
  "_EVENT_MESSAGE_": "Box added successfully"
}

Update Orders

Learn how to update orders in progress yet to be shipped with HotWax Commerce using the updateOrder endpoint and POST method.

Updates orders that are currently in progress and have not yet been shipped, to update the orders, you will need to call the updateOrder endpoint with the POST method. There are two main reasons for updating orders: changing the shipment box and rejecting specific order items.

Request

Endpoint

https://<host>/api/updateOrder

Example: https://demo-oms.hotwax.io/api/updateOrder

Header

For Order Item rejection

Body

Note: Pass this information as a form data.

Parameter
Description
Required (Y/N)

For Shipment Package Change

Body

Parameter
Description
Required (Y/N)

Response

Header

For Order Item rejection

Body

For Shipment Package Change

Body

rej_shipmentId_0

The ID of the rejected shipment item.

Yes

rej_shipmentItemSeqId_0

The sequence ID of the rejected shipment ID.

No

0_rej_rowSubmit_

The row in the order where the rejected shipment item belongs.

No

rej_rejectionReason_0

The reason for rejecting the order item.

Yes

rtp_shipmentId_0

The ID of the ready to pack shipment item.

Yes

rtp_shipmentItemSeqId_0

The sequence ID of the ready to pack shipment ID.

No

0_rtp_rowSubmit_

The row in the order where the ready to pack shipment item belongs.

No

rtp_rejectionReason_0

The reason for rejecting the ready to pack order item.

Yes

facilityId

The ID of the facility.

Yes

box_shipmentId_0

The shipment ID of the item.

Yes

0_box_rowSubmit

The row in the order where the item belongs.

Yes

box_shipmentBoxTypeId_0

The box type of the shipment.

facilityId

The ID of the facility.

Yes

box_shipmentId_1

The shipment ID of the item.

Yes

1_box_rowSubmit

The row in the order where the item belongs.

Yes

box_shipmentBoxTypeId_1

The box type of the shipment.

Yes

Yes

{
  "facilityId": "<facilityId>",
  "box_shipmentId_0": "item.shipmentId",
  "0_box_rowSubmit": "0",
  "box_shipmentBoxTypeId_0": "boxType",
  "rej_shipmentId_0": "item.shipmentId",
  "rej_shipmentItemSeqId_0": "item.shipmentItemSeqId",
  "0_rej_rowSubmit_": "0",
  "rej_rejectionReason_0": "item.rejectReason"
}
{
  "facilityId": "<facilityId>",
  "box_shipmentId_1": "item.shipmentId",
  "1_box_rowSubmit": "1",
  "box_shipmentBoxTypeId_1": "boxType",
  "rtp_shipmentId_1": "item.shipmentId",
  "rtp_shipmentItemSeqId_1": "item.shipmentItemSeqId",
  "1_rtp_rowSubmit": "1",
  "rtp_newShipmentId_1": "shipmentPackage.shipmentId"
}
{
  "facilityId": "<facilityId>",
  "box_shipmentId_0": "item.shipmentId",
  "0_box_rowSubmit": 0,
  "box_shipmentBoxTypeId_0": "boxType",
  "rej_shipmentId_0": "item.shipmentId",
  "rej_shipmentItemSeqId_0": "item.shipmentItemSeqId",
  "0_rej_rowSubmit_": 0,
  "rej_rejectionReason_0": "item.rejectReason",
  "_EVENT_MESSAGE_": "Order updated successfully"
}
{
    "box_shipmentBoxTypeId_1": "boxType",
    "1_box_rowSubmit": 1,
    "facilityId": "<facilityId>",
    "1_rtp_rowSubmit": 1,
    "rtp_shipmentId_1": "item.shipmentId",
    "rtp_shipmentItemSeqId_1": "item.shipmentItemSeqId",
    "rtp_newShipmentId_1": "shipmentPackage.shipmentId",
    "_EVENT_MESSAGE_": "Order updated successfully",
    "box_shipmentId_1": "item.shipmentId"
}

In Progress Orders

Discover how the 'In Progress Orders' API fetches a comprehensive list of orders currently in the process of pickup for fulfillment.

Fetches a comprehensive list of all orders which are in process of pickup for fulfillment. To get in progress orders, you will need to call the /solr-query endpoint with the POST method.

Request

Endpoint

https://<host>/api/solr-query

Example: https://demo-oms.hotwax.io/api/solr-query

Header

Body

Query Parameters

Parameter
Description
Required (Y/N)

API Parameters

Parameter
Description
Required (Y/N)

Response

Header

Body

Parameter
Description

group.limit

The maximum number of items allowed in the group

Yes

group.ngroups

The number of groups that have matched the query in the results. The default value is false

No

defType

Selects the query parser to be used to process the query

No

q.op

Specifies the default operator for query expressions, overriding the default operator specified in the Schema. Possible values are "AND" or "OR"

No

qf

The query fields

No

docType

Reference index

No

start

Index page number

No

facilityId

The ID of the facility where fulfillment is taking place

No

quantityNotAvailable

The item quantity not available at the location.

productId

The ID of the product in HotWax.

keywordSearchText

The keyword used for search.

productName

The name of the product.

spellchecker

The spellchecker.

productSku

The SKU ID of the product.

virtualProductName

The name of the parent product.

uniqueOrderItemsCount

The count of the unique order items.

picklistBinId

The ID of the picklist bin.

picklistId

The ID of the picklist.

picklistItemStatusId

The ID of the picklist item status.

picklistItemStatusDesc

The description of the picklist item status.

fulfillmentStatus

The current fulfillment status of the item.

orderDate

The date when the order was placed.

orderTypeId

The ID of the order type.

productStoreId

The ID of the product store.

orderStatusId

The ID of the order status.

customerId

The ID of the customer.

customerName

The name of the customer.

shipmentMethodTypeId

The ID of the shipment method type.

shipmentMethodTypeDesc

The description of the shipment method type.

shipmentMethodTypeSeqNum

The sequence number of the shipment method type.

facilityId

The ID of the facility.

facilityName

The name of the facility.

facilityTypeId

The ID of the facility type.

companyIds

The IDs of the companies associated with the order.

orderIdentifications

The secondary unique identifier of the order.

docType

The type of the document.

identifier

The identifier of the document.

docType-identifier

The type and identifier of the document.

rows

The number of groups

No

sort

The order of search results

No

group

Filter to group orders

Yes

group.field

The field to be grouped

orderTypeId

The ID of the order type in HotWax

Yes

picklistItemStatusID

The picking status of the order item

No

shipmentMethodTypeId

The ID of the shipment method type

No

fulfillmentStatus

The status of fulfillment which needs to be neglected

orderId

The ID of the order.

orderItemSeqId

The ID of the order item sequence.

shipGroupSeqId

The ID of the ship group sequence.

inventoryItemId

The ID of the inventory item.

reservedDatetime

The time and date of reservation.

itemQuantity

The item quantity.

Yes

No

{
  "json": {
    "params": {
      "rows": "10",
      "sort": "orderDate asc",
      "group": true,
      "group.field": "picklistBinId",
      "group.limit": 1000,
      "group.ngroups": true,
      "q.op": "AND",
      "start": 0
    },
    "query": "(*:*)",
    "filter": [
      "docType: OISGIR",
      "picklistItemStatusId: PICKITEM_PENDING",
      "-fulfillmentStatus: Rejected",
      "-shipmentMethodTypeId: STOREPICKUP",
      "facilityId: Store_1",
      "productStoreId: STORE"
    ],
  }
}
{
  "response": {
    "numFound": 2,
    "start": 0,
    "docs": [
      {
        "orderId": "NN11235",
        "orderItemSeqId": "00001",
        "shipGroupSeqId": "00001",
        "inventoryItemId": "10539",
        "reservedDatetime": "2020-07-28T10:06:15.497Z",
        "itemQuantity": 1.0,
        "quantityNotAvailable": 0.0,
        "productId": "10575",
        "keywordSearchText": [
          "10575",
          "Strike Endurance Tee-XL-Red"
        ],
        "productName": "Strike Endurance Tee-XL-Red",
        "spellchecker": "Strike Endurance Tee-XL-Red",
        "productSku": "MS08-XL-Red",
        "virtualProductName": "Strike Endurance Tee",
        "uniqueOrderItemsCount": 2.0,
        "isPicked": "Y",
        "picklistBinId": "11234",
        "picklistId": "11070",
        "picklistItemStatusId": "PICKITEM_PENDING",
        "picklistItemStatusDesc": "Pending",
        "fulfillmentStatus": "InProgress",
        "orderDate": "2020-07-28T10:06:11.087Z",
        "orderTypeId": "SALES_ORDER",
        "productStoreId": "NN_ECOM_STORE",
        "orderStatusId": "ORDER_APPROVED",
        "customerId": "10460",
        "customerName": "John Wick",
        "shipmentMethodTypeId": "SECOND_DAY",
        "shipmentMethodTypeDesc": "Second Day",
        "shipmentMethodTypeSeqNum": 7.0,
        "facilityId": "NN_WH",
        "facilityName": "California Warehouse",
        "facilityTypeId": "WAREHOUSE",
        "companyIds": [
          "NN_COMPANY"
        ],
        "orderIdentifications": [
          "DC_ORDER_ID/106238"
        ],
        "docType": "OISGIR",
        "identifier": "NN11235-00001-00001-10539",
        "docType-identifier": "OISGIR-NN11235-00001-00001-10539",
        "_version_": 1721740067563634688
      }
    ]
  }
}

Update and Import File

Explore API and data feeds within the 'Update and Import File' documentation.

Imports shipped order details with the tracking code. To import file, you will need to call the /uploadAndImportfile endpoint with the POST method.

Request

Endpoint

https://<host>/api/uploadAndImportfile

Example: https://demo-oms.hotwax.io/api/uploadAndImportfile

Header

Body

Note: Provide this information in form format

Parameter
Description
Required (Y/N)

uploadedFile

The uploaded file

Y

configId

The datamanager configuration ID which is used to import files

Y

Response

Header

Body

Parameter
Description

uploadFileContentId

The content ID of the uploadFile

filePath

The location of a file in a web site's folder structure

_EVENT_MESSAGE_

The communication message of the event

uploadedFile: (blob)
configId: IMP_TRACK_NUM
{
  "uploadFileContentId": "",
  "filePath": "/oms/runtime/datamanager/imported/IMP_TRACK_NUM/<file_name>",
  "configId": "IMP_TRACK_NUM",
  "EVENT_MESSAGE": "Upload has been started successfully."
}

Ready To Ship Items

Explore our 'Ready To Ship Items' page for a comprehensive list of orders picked, packed, and ready to delight your customers.

Fetches a comprehensive list of all orders items which are picked, packed and ready to ship to customers. To get ready to ship orders, you will need to call the /solr-query endpoint with the POST method.

Request

Endpoint

https://<host>/api/solr-query

Example: https://demo-oms.hotwax.io/api/solr-query

Headers

Body

Parameter
Description
Required (Y/N)

Response

Body

Parameter
Description

group.limit

The maximum number of items allowed in the group.

Yes

group.ngroups

The number of groups that have matched the query in the results. The default value is false.

No

defType

Selects the query parser to be used to process the query.

No

q.op

Specifies the default operator for query expressions, overriding the default operator specified in the Schema. Possible values are "AND" or "OR".

No

qf

The query fields.

No

filter

Filters record based on parameters passed.

No

itemShippedDate

The filter to get orders based on their shipped date.

-

docType

Reference index.

No

start

Index page number.

No

orderTypeId

The ID of the order type in HotWax.

Yes

picklistItemStatusID

The status of the order if picked or not. Default value: N.

No

-shipmentMethodTypeId

The ID of the shipment method type which needs to be neglected.

No

shipmentMethodTypeIdFacet

The name of the facet.

No

excludeTags

Removes specific tags from facet counts.

No

mincount

Specifies the minimum counts required for a facet field to be included in the response.

No

limit

Controls how many constraints should be returned for each facet.

No

sort

Controls how faceted results are sorted.

No

type

-

No

facet

The arrangement of search results into categories based on indexed terms.

No

ordersCount

The count of orders.

No

-fulfillmentStatus

The status of fulfillment which needs to be neglected.

No

facilityId

The ID of the facility.

No

orderItemSeqId

The ID of the order item sequence.

shipGroupSeqId

The ID of the ship group sequence.

inventoryItemId

The ID of the inventory item.

reservedDatetime

The date and time of reservation.

itemQuantity

The quantity of order items.

quantityNotAvailable

The quantity of items not available.

productId

The ID of the product.

keywordSearchText

The keyword used for search.

productName

The name of the product.

spellchecker

The spellchecker used.

productSku

The SKU (Stock Keeping Unit) of the product.

virtualProductName

The name of the virtual product.

uniqueOrderItemsCount

The count of unique order items.

isPicked

The status of picking.

picklistBinId

The ID of the picklist bin.

picklistId

The ID of the picklist.

picklistItemStatusId

The ID of the picklist item status.

picklistItemStatusDesc

The description of the picklist item status.

fulfillmentStatus

The status of fulfillment.

orderDate

The date when the order was placed.

orderTypeId

The ID of the order type.

productStoreId

The ID of the product store.

orderStatusId

The ID of the order status.

customerId

The ID of the customer.

customerName

The name of the customer.

maySplit

The filter for order splitting.

shipmentMethodTypeId

The ID of the shipment method type.

shipmentMethodTypeDesc

The description of the shipment method type.

shipmentMethodTypeSeqNum

The number of the shipment method type in the sequence.

facilityId

The ID of the facility.

facilityName

The name of the facility.

facilityTypeId

The ID of the facility type.

companyIds

The ID of the company.

shipmentId

The ID of the shipment.

shipmentStatusId

The ID of the shipment status.

shipmentCarrierPartyId

The ID of the shipment carrier party.

shipmentShipMethodTypeId

The ID of the shipment method type.

isManifested

The filter for document manifestation.

manifestContentId

The ID of the manifest content.

docType

The type of the document.

identifier

The identifier of the document.

docType-identifier

The type and identifier of the document separated by a hyphen.

rows

The number of groups.

No

sort

Sort data based on attributes.

No

group

Filter to group orders.

Yes

group.field

The field to be grouped.

matches

The results matching the query.

ngroups

The number of unique groups in the result set.

groupValue

The value of the grouped field.

numFound

The total number of results found.

start

The offset of the first result in the result set.

orderId

The ID of the order.

Yes

{
  "json": {
    "params": {
      "rows": 1,
      "sort": "reservedDatetime desc",
      "group": true,
      "group.field": "orderId",
      "group.limit": 1000,
      "group.ngroups": true,
      "defType": "edismax",
      "q.op": "AND",
      "qf": "orderId"
    },
    "query": "(* *)",
    "filter": [
      "docType:OISGIR",
      "picklistItemStatusId: (PICKITEM_PICKED OR (PICKITEM_COMPLETED AND itemShippedDate: [NOW/DAY TO NOW/DAY+1DAY]))",
      "-shipmentMethodTypeId : STOREPICKUP",
      "facilityId: NN_WH"
    ],
    "facet": {
      "shipmentMethodTypeIdFacet": {
        "excludeTags": "shipmentMethodTypeIdFilter",
        "field": "shipmentMethodTypeId",
        "mincount": 1,
        "limit": -1,
        "sort": "index",
        "type": "terms",
        "facet": {
          "ordersCount": "unique(orderId)"
        }
      }
    }
  }
}
{
  "grouped": {
    "orderId": {
      "matches": 207,
      "ngroups": 143,
      "groups": [
        {
          "groupValue": "NN13172",
          "doclist": {
            "numFound": 2,
            "start": 0,
            "docs": [
              {
                "orderId": "NN13172",
                "orderItemSeqId": "00002",
                "shipGroupSeqId": "00001",
                "inventoryItemId": "10002",
                "reservedDatetime": "2021-12-29T11:49:12.582Z",
                "itemQuantity": 1.0,
                "quantityNotAvailable": 0.0,
                "productId": "10003",
                "keywordSearchText": [
                  "10003",
                  "Chaz Kangeroo Hoodie-XS-Orange"
                ],
                "productName": "Chaz Kangeroo Hoodie-XS-Orange",
                "spellchecker": "Chaz Kangeroo Hoodie-XS-Orange",
                "productSku": "MH01-XS-Orange",
                "virtualProductName": "Chaz Kangeroo Hoodie",
                "uniqueOrderItemsCount": 2.0,
                "isPicked": "Y",
                "picklistBinId": "11218",
                "picklistId": "11061",
                "picklistItemStatusId": "PICKITEM_PICKED",
                "picklistItemStatusDesc": "Picked",
                "fulfillmentStatus": "InProgress",
                "orderDate": "2021-12-29T11:48:56.395Z",
                "orderTypeId": "SALES_ORDER",
                "productStoreId": "NN_ECOM_STORE",
                "orderStatusId": "ORDER_APPROVED",
                "customerId": "11302",
                "customerName": "Aditya Patel",
                "maySplit": "N",
                "shipmentMethodTypeId": "PR_OVERNIGHT",
                "shipmentMethodTypeDesc": "Priority Overnight",
                "shipmentMethodTypeSeqNum": 13.0,
                "facilityId": "NN_WH",
                "facilityName": "California Warehouse",
                "facilityTypeId": "WAREHOUSE",
                "companyIds": [
                  "NN_COMPANY"
                ],
                "shipmentId": "11920",
                "shipmentStatusId": "SHIPMENT_APPROVED",
                "shipmentCarrierPartyId": "FEDEX",
                "shipmentShipMethodTypeId": "PR_OVERNIGHT",
                "isManifested": "N",
                "manifestContentId": "FEDEX/",
                "docType": "OISGIR",
                "identifier": "NN13172-00002-00001-10002",
                "docType-identifier": "OISGIR-NN13172-00002-00001-10002",
                "_version_": 1722910453124825091
              }
            ]
          }
        }
      ]
    }
  }
}

Packing Slip PDF

Learn how to efficiently generate packing slips in PDF format for your shipments.

Downloads a packing slip in PDF format for the shipment. To download the shipping label PDF, you will need to call the /PackingSlip.pdf endpoint with the POST method.

Request

Endpoint

https://<host>/api/PackingSlip.pdf?shipmentId=<>

Header

Params

Parameter
Description
Required (Y/N)

Response

Downloads a packing slip in pdf format which is handed over with the shipment.

shipment ID

The ID of the shipment of groups

Yes

 https://demo-oms.hotwax.io/api/PackingSlip.pdf?shipmentId=<>

Outstanding Orders

Discover how HotWax Commerce fetches a comprehensive list of outstanding orders brokered at a facility for fulfillment.

Fetches a comprehensive list of all orders that are brokered at a facility for fulfillment. To get the outstanding orders, you will need to call the /solr-query endpoint with the POST method.

Request

Endpoint

https://<host>/api/solr-query

Example: https://demo-oms.hotwax.io/api/solr-query

Header

Body

Parameter
Description
Required (Y/N)

Response

Header

Body

Parameter
Description

group.ngroups

The number of groups that have matched the query in the results. The default value is false.

No

defType

Selects the query parser to be used to process the query.

No

q.op

Specifies the default operator for query expressions, overriding the default operator specified in the Schema. Possible values are "AND" or "OR".

No

qf

The query fields.

No

docType

Reference index.

No

quantityNotAvailable

The quantity of the item that is not available.

Yes

orderTypeId

The ID of the order type in HotWax.

Yes

orderStatusId

The ID of the order status in HotWax.

Yes

isPicked

The status of the order if picked or not. Default value: N.

No

shipmentMethodTypeId

The ID of the shipment method type.

No

fulfillmentStatus

The status of fulfillment.

No

facilityId

The ID of the facility.

No

productId

The ID of the product in HotWax.

keywordSearchText

The keyword used for search.

productName

The name of the product.

spellchecker

The spellchecker.

productSku

The SKU ID of the product.

virtualProductName

The name of the parent product.

uniqueOrderItemsCount

The count of the unique order items.

isPicked

Indicates whether the item has been picked or not.

fulfillmentStatus

The current fulfillment status of the item.

orderDate

The date when the order was placed.

orderTypeId

The ID of the order type.

productStoreId

The ID of the product store.

orderStatusId

The ID of the order status.

customerId

The ID of the customer.

customerName

The name of the customer.

shipmentMethodTypeId

The ID of the shipment method type.

shipmentMethodTypeDesc

The description of the shipment method type.

shipmentMethodTypeSeqNum

The sequence number of the shipment method type.

facilityId

The ID of the facility.

facilityName

The name of the facility.

facilityTypeId

The ID of the facility type.

companyIds

The IDs of the companies associated with the order.

orderIdentifications

The secondary unique identifier of the order.

docType

The type of the document.

identifier

The identifier of the document.

docType-identifier

The type and identifier of the document separated by a hyphen.

rows

The number of groups.

No

group

Filter to group orders.

Yes

group.field

The field to be grouped.

Yes

group.limit

The maximum number of items allowed in the group.

orderId

The ID of the order.

orderItemSeqId

The ID of the order item sequence.

shipGroupSeqId

The ID of the ship group sequence.

inventoryItemId

The ID of the inventory item.

reservedDatetime

The time and date of reservation.

itemQuantity

The item quantity.

Yes

{
  "json": {
    "params": {
      "rows": 1,
      "group": true,
      "group.field": "orderId",
      "group.limit": 1000,
      "group.ngroups": true,
      "defType": "edismax",
      "q.op": "AND",
      "qf": "orderId"
    },
    "query": "(* *)",
    "filter" : [
      "docType: OISGIR",
      "quantityNotAvailable: 0",
      "orderTypeId: SALES_ORDER",
      "orderStatusId: ORDER_APPROVED",
      "isPicked: N",
      "-shipmentMethodTypeId: STOREPICKUP",
      "-fulfillmentStatus: Cancelled",
      "facilityId: NN_WH"
    ],
  }
}
{
  "grouped": {
    "orderId": {
      "matches": 58,
      "ngroups": 41,
      "groups": [
        {
          "groupValue": "NN11323",
          "doclist": {
            "numFound": 2,
            "start": 0,
            "docs": [
              {
                "orderId": "NN11323",
                "orderItemSeqId": "00001",
                "shipGroupSeqId": "00001",
                "inventoryItemId": "11846",
                "reservedDatetime": "2020-08-04T11:13:08.265Z",
                "itemQuantity": 1.0,
                "quantityNotAvailable": 0.0,
                "productId": "11993",
                "keywordSearchText": [
                    "11993",
                    "Erika Running Short-32-Red"
                ],
                "productName": "Erika Running Short-32-Red",
                "spellchecker": "Erika Running Short-32-Red",
                "productSku": "WSH12-32-Red",
                "virtualProductName": "Erika Running Short",
                "uniqueOrderItemsCount": 2.0,
                "isPicked": "N",
                "fulfillmentStatus": "Created",
                "orderDate": "2020-08-04T11:13:05.001Z",
                "orderTypeId": "SALES_ORDER",
                "productStoreId": "NN_ECOM_STORE",
                "orderStatusId": "ORDER_APPROVED",
                "customerId": "10333",
                "customerName": "Mohammad Kathawala",
                "shipmentMethodTypeId": "STANDARD",
                "shipmentMethodTypeDesc": "Standard",
                "shipmentMethodTypeSeqNum": 5.0,
                "facilityId": "NN_WH",
                "facilityName": "California Warehouse",
                "facilityTypeId": "WAREHOUSE",
                "companyIds": [
                    "NN_COMPANY"
                ],
                "orderIdentifications": [
                    "DC_ORDER_ID/106605"
                ],
                "docType": "OISGIR",
                "identifier": "NN11323-00001-00001-11846",
                "docType-identifier": "OISGIR-NN11323-00001-00001-11846",
                "_version_": 1720557058047082496
              }
            ]
          }
        }
      ]
    }
  }
}

Fulfilled Order Items Feed

Explore the Fulfilled Order Items Feed, containing items fulfilled from a specific facility in HotWax Commerce

Introduction

The Fulfilled Order Items Feed is a JSON-formatted feed generated from HotWax Commerce OMS, organized by order. It includes order items that have been successfully fulfilled from a specific facility. This feed is crucial for updating inventory deltas to ensure accurate inventory levels in external systems like ERP. Notably, it only includes orders that have been fully fulfilled; orders with reserved items that have not yet shipped are excluded as they may still undergo rejection and re-brokering to another facility for fulfillment.

Use case

Synchronizing Inventory Changes with ERP Systems

The Fulfilled Order Items Feed helps retailers who use fulfill orders through external systems but require updates to inventory deltas for maintaining accurate inventory levels, particularly within their inventory management systems like ERPs. This feed provides essential raw data directly from OMS, enabling retailers to utilize it as is or after transformation for seamless integration into external systems via file-based methods. This ensures that inventory records remain precise and up-to-date across various platforms.

Customization

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

Sample Fulfilled Orders Items Feed

Sample snippet from full JSON file to make inventory corrections

Parameter
Description

shippedQuantity

The quantity of items shipped from the ordered quantity.

goodIdentifications

All identifications of the product in HotWax Commerce used to identify the product in external systems

goodIdentificationTypeId

The type of the unique product Identifier in the external systems (e.g. Shopify product SKU)

IdValue

The value of the GoodIdentificationTypeId

Parameter

Description

productStoreId

Allows you to set the product store IDs to generate brand-specific feed.

itemQuantity

Ordered quantity

productId

The internal Id of the product in HotWax

facilityId

The internal Id of the facility in HotWax

facilityExternalId

The Id of the facility in the external systems

facilityTypeId

The type of the facility

ParentFacilityTypeId

The type of the parent facility, used to group various facility types.

[ {
  "productStoreId" : "NN_STORE",
  "orderId" : "36421",
  "orderName" : "NNUS#10055",
  "orderDate" : "2022-06-17T07:24:32-04:00",
  "orderStatusId" : "ORDER_COMPLETED",
  "entryDate" : "2022-06-17T07:26:32-04:00",
  "currency" : "USD",
  "grandTotal" : 70,
  "orderItemSeqId" : null,
  "itemStatusId" : null,
  "itemQuantity" : null,
  "unitPrice" : null,
  "orderItemExternalId" : null,
  "shipGroupSeqId" : null,
  "slaShipmentMethodTypeId" : null,
  "postalContactMechId" : null,
  "telecomContactMechId" : null,
  "externalFulfillmentOrderItemId" : null,
  "fulfillmentStatus" : null,
  "customerFirstName" : "Ashish",
  "customerLastName" : "Sharma",
  "facilityId" : null,
  "facilityExternalId" : null,
  "facilityTypeId" : null,
  "parentFacilityTypeId" : null,
  "statusDatetime" : null,
  "productId" : null,
  "salesChannel" : "WEB_CHANNEL",
  "customerPartyId" : "36695",
  "shippedQuantity" : null,
  "shipmentId" : null,
  "shipmentItemSeqId" : null,
  "shippedProductId" : null,
  "statusId" : null,
  "destinationContactMechId" : null,
  "destinationTelecomNumberId" : null,
  "shipmentMethodTypeId" : null,
  "trackingIdNumber" : null,
  "carrierPartyId" : null,
  "orderIdentifications" : [ {
    "fromDate" : "2022-06-17T07:26:32-04:00",
    "orderId" : "36421",
    "lastUpdatedStamp" : "2022-06-17T07:26:32-04:00",
    "idValue" : "4449150697543",
    "orderIdentificationTypeId" : "SHOPIFY_ORD_ID",
    "thruDate" : null
  }, {
    "idValue" : "NNUS#10055",
    "orderIdentificationTypeId" : "SHOPIFY_ORD_NAME",
    "orderId" : "36421",
    "fromDate" : "2022-06-17T07:26:32-04:00",
    "lastUpdatedStamp" : "2022-06-17T07:26:32-04:00",
    "thruDate" : null
  }, {
    "orderIdentificationTypeId" : "SHOPIFY_ORD_NO",
    "idValue" : "9055",
    "orderId" : "36421",
    "fromDate" : "2022-06-17T07:26:32-04:00",
    "thruDate" : null,
    "lastUpdatedStamp" : "2022-06-17T07:26:32-04:00"
  } ],
  "customerPartyIdentifications" : [ {
    "lastUpdatedStamp" : "2021-12-28T06:09:33-05:00",
    "partyId" : "36695",
    "partyIdentificationTypeId" : "SHOPIFY_CUST_ID",
    "idValue" : "3304692285511"
  } ],
  "billTo" : null,
  "orderAdjustments" : [ {
    "customerReferenceId" : null,
    "correspondingProductId" : null,
    "orderItemSeqId" : "_NA_",
    "includeInShipping" : null,
    "description" : null,
    "exemptAmount" : null,
    "productPromoId" : null,
    "orderId" : "36421",
    "taxAuthPartyId" : null,
    "lastModifiedByUserLogin" : null,
    "oldPercentage" : null,
    "primaryGeoId" : null,
    "taxAuthGeoId" : null,
    "originalAdjustmentId" : null,
    "secondaryGeoId" : null,
    "createdByUserLogin" : null,
    "orderAdjustmentId" : null,
    "amountAlreadyIncluded" : null,
    "lastUpdatedStamp" : null,
    "amount" : 0,
    "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" : "DONATION_ADJUSTMENT"
  } ],
  "shipments" : [ {
    "trackingNumber" : null,
    "carrierPartyId" : null,
    "shipmentMethodTypeId" : null,
    "shipTo" : null,
    "shipmentItems" : [ {
      "shipmentId" : null,
      "shipmentItemSeqId" : null,
      "orderId" : "36421",
      "orderItemSeqId" : "00101",
      "orderItemExternalId" : "11303349846087",
      "shipGroupSeqId" : "00001",
      "itemStatusId" : "ITEM_COMPLETED",
      "itemQuantity" : 1,
      "slaShipmentMethodTypeId" : "STANDARD",
      "statusDatetime" : "2022-06-17T07:26:32-04:00",
      "productId" : "119214",
      "unitPrice" : 10,
      "facilityId" : "_NA_",
      "facilityExternalId" : "_NA_",
      "facilityTypeId" : "NA",
      "parentFacilityTypeId" : "VIRTUAL_FACILITY",
      "shippedQuantity" : null,
      "goodIdentifications" : [ {
        "lastUpdatedStamp" : "2022-06-17T01:40:13-04:00",
        "goodIdentificationTypeId" : "UPCA",
        "idValue" : "gift1234567",
        "productId" : "119214",
        "fromDate" : "2022-06-17T01:40:13-04:00",
        "thruDate" : null
      } ],
      "itemAdjustments" : [ {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "orderId" : "36421",
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "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,
        "orderItemSeqId" : "00101"
      }, {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "orderId" : "36421",
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "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,
        "orderItemSeqId" : "00101"
      }, {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "orderId" : "36421",
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "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,
        "orderItemSeqId" : "00101"
      } ]
    }, {
      "shipmentId" : null,
      "shipmentItemSeqId" : null,
      "orderId" : "36421",
      "orderItemSeqId" : "00102",
      "orderItemExternalId" : "11303349846087",
      "shipGroupSeqId" : "00001",
      "itemStatusId" : "ITEM_COMPLETED",
      "itemQuantity" : 1,
      "slaShipmentMethodTypeId" : "STANDARD",
      "statusDatetime" : "2022-06-17T07:26:32-04:00",
      "productId" : "119214",
      "unitPrice" : 10,
      "facilityId" : "_NA_",
      "facilityExternalId" : "_NA_",
      "facilityTypeId" : "NA",
      "parentFacilityTypeId" : "VIRTUAL_FACILITY",
      "shippedQuantity" : null,
      "goodIdentifications" : [ {
        "lastUpdatedStamp" : "2022-06-17T01:40:13-04:00",
        "goodIdentificationTypeId" : "UPCA",
        "idValue" : "gift1234567",
        "productId" : "119214",
        "fromDate" : "2022-06-17T01:40:13-04:00",
        "thruDate" : null
      } ],
      "itemAdjustments" : [ {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "orderId" : "36421",
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "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,
        "orderItemSeqId" : "00102",
        "sourcePercentage" : null
      }, {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "orderId" : "36421",
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "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,
        "orderItemSeqId" : "00102",
        "sourcePercentage" : null
      }, {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "orderId" : "36421",
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "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,
        "orderItemSeqId" : "00102",
        "sourcePercentage" : null
      } ]
    }, {
      "shipmentId" : null,
      "shipmentItemSeqId" : null,
      "orderId" : "36421",
      "orderItemSeqId" : "00103",
      "orderItemExternalId" : "11303349813319",
      "shipGroupSeqId" : "00001",
      "itemStatusId" : "ITEM_COMPLETED",
      "itemQuantity" : 1,
      "slaShipmentMethodTypeId" : "STANDARD",
      "statusDatetime" : "2022-06-17T07:26:32-04:00",
      "productId" : "119216",
      "unitPrice" : 50,
      "facilityId" : "_NA_",
      "facilityExternalId" : "_NA_",
      "facilityTypeId" : "NA",
      "parentFacilityTypeId" : "VIRTUAL_FACILITY",
      "shippedQuantity" : null,
      "goodIdentifications" : [ ],
      "itemAdjustments" : [ {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "orderId" : "36421",
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "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,
        "orderItemSeqId" : "00103"
      }, {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "orderId" : "36421",
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "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,
        "orderItemSeqId" : "00103"
      }, {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "orderId" : "36421",
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "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,
        "orderItemSeqId" : "00103"
      } ]
    } ]
  } ]
}, {
  "productStoreId" : "NN_STORE",
  "orderId" : "39670",
  "orderName" : "NNUS#11861",
  "orderDate" : "2023-01-30T03:40:49-05:00",
  "orderStatusId" : "ORDER_COMPLETED",
  "entryDate" : "2023-01-30T03:43:47-05:00",
  "currency" : "USD",
  "grandTotal" : 457.76,
  "orderItemSeqId" : null,
  "itemStatusId" : null,
  "itemQuantity" : null,
  "unitPrice" : null,
  "orderItemExternalId" : null,
  "shipGroupSeqId" : null,
  "slaShipmentMethodTypeId" : null,
  "postalContactMechId" : "148471",
  "telecomContactMechId" : null,
  "externalFulfillmentOrderItemId" : null,
  "fulfillmentStatus" : null,
  "customerFirstName" : "Tyrion",
  "customerLastName" : "Lannister",
  "facilityId" : null,
  "facilityExternalId" : null,
  "facilityTypeId" : null,
  "parentFacilityTypeId" : null,
  "statusDatetime" : null,
  "productId" : null,
  "salesChannel" : "WEB_CHANNEL",
  "customerPartyId" : "44390",
  "shippedQuantity" : null,
  "shipmentId" : null,
  "shipmentItemSeqId" : null,
  "shippedProductId" : null,
  "statusId" : null,
  "destinationContactMechId" : null,
  "destinationTelecomNumberId" : null,
  "shipmentMethodTypeId" : null,
  "trackingIdNumber" : null,
  "carrierPartyId" : null,
  "orderIdentifications" : [ {
    "lastUpdatedStamp" : "2023-01-30T03:43:48-05:00",
    "orderId" : "39670",
    "fromDate" : "2023-01-30T03:43:48-05:00",
    "idValue" : "4791361503303",
    "orderIdentificationTypeId" : "SHOPIFY_ORD_ID",
    "thruDate" : null
  }, {
    "idValue" : "NNUS#11861",
    "orderId" : "39670",
    "lastUpdatedStamp" : "2023-01-30T03:43:48-05:00",
    "orderIdentificationTypeId" : "SHOPIFY_ORD_NAME",
    "fromDate" : "2023-01-30T03:43:48-05:00",
    "thruDate" : null
  }, {
    "orderId" : "39670",
    "orderIdentificationTypeId" : "SHOPIFY_ORD_NO",
    "lastUpdatedStamp" : "2023-01-30T03:43:48-05:00",
    "fromDate" : "2023-01-30T03:43:48-05:00",
    "idValue" : "10861",
    "thruDate" : null
  } ],
  "customerPartyIdentifications" : [ {
    "partyIdentificationTypeId" : "SHOPIFY_CUST_ID",
    "idValue" : "5736185397319",
    "lastUpdatedStamp" : "2022-07-20T02:30:00-04:00",
    "partyId" : "44390"
  } ],
  "billTo" : null,
  "orderAdjustments" : [ {
    "customerReferenceId" : null,
    "correspondingProductId" : null,
    "orderItemSeqId" : "_NA_",
    "orderId" : "39670",
    "includeInShipping" : null,
    "description" : null,
    "exemptAmount" : null,
    "productPromoId" : null,
    "taxAuthPartyId" : null,
    "lastModifiedByUserLogin" : null,
    "oldPercentage" : null,
    "primaryGeoId" : null,
    "taxAuthGeoId" : null,
    "originalAdjustmentId" : null,
    "secondaryGeoId" : null,
    "createdByUserLogin" : null,
    "orderAdjustmentId" : null,
    "amountAlreadyIncluded" : null,
    "lastUpdatedStamp" : null,
    "amount" : 0,
    "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" : "DONATION_ADJUSTMENT"
  }, {
    "customerReferenceId" : null,
    "correspondingProductId" : null,
    "orderItemSeqId" : "_NA_",
    "orderId" : "39670",
    "includeInShipping" : null,
    "description" : null,
    "exemptAmount" : null,
    "productPromoId" : null,
    "taxAuthPartyId" : null,
    "lastModifiedByUserLogin" : null,
    "oldPercentage" : null,
    "orderAdjustmentTypeId" : "SHIPPING_SALES_TAX",
    "primaryGeoId" : null,
    "taxAuthGeoId" : null,
    "originalAdjustmentId" : null,
    "secondaryGeoId" : null,
    "createdByUserLogin" : null,
    "orderAdjustmentId" : null,
    "amountAlreadyIncluded" : null,
    "lastUpdatedStamp" : null,
    "amount" : 0,
    "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
  }, {
    "customerReferenceId" : null,
    "correspondingProductId" : null,
    "orderItemSeqId" : "_NA_",
    "orderId" : "39670",
    "includeInShipping" : null,
    "description" : null,
    "exemptAmount" : null,
    "productPromoId" : null,
    "taxAuthPartyId" : null,
    "lastModifiedByUserLogin" : null,
    "oldPercentage" : null,
    "orderAdjustmentTypeId" : "SHIPPING_SALES_TAX",
    "primaryGeoId" : null,
    "taxAuthGeoId" : null,
    "originalAdjustmentId" : null,
    "secondaryGeoId" : null,
    "createdByUserLogin" : null,
    "orderAdjustmentId" : null,
    "amountAlreadyIncluded" : null,
    "lastUpdatedStamp" : null,
    "amount" : 0,
    "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
  }, {
    "amount" : 30,
    "customerReferenceId" : null,
    "correspondingProductId" : null,
    "orderItemSeqId" : "_NA_",
    "orderId" : "39670",
    "includeInShipping" : null,
    "description" : null,
    "exemptAmount" : null,
    "productPromoId" : null,
    "taxAuthPartyId" : null,
    "lastModifiedByUserLogin" : null,
    "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"
  } ],
  "shipments" : [ {
    "trackingNumber" : "794609246622",
    "carrierPartyId" : "FEDEX",
    "shipmentMethodTypeId" : "GROUND",
    "shipTo" : {
      "houseNumberExt" : null,
      "stateProvinceGeoId" : "NV",
      "toName" : "Walter White",
      "address2" : null,
      "postalCodeGeoId" : null,
      "houseNumber" : null,
      "geoPointId" : "36560",
      "encodedAddressKey" : null,
      "postalCodeExt" : null,
      "countryGeoId" : "USA",
      "countryGeoCode" : "US",
      "stateProvinceGeoCode" : "NV",
      "attnName" : null,
      "address1" : "3799 S Las Vegas Blvd,  ",
      "directions" : null,
      "countyGeoId" : null,
      "cityGeoId" : null,
      "city" : "Las Vegas",
      "municipalityGeoId" : null,
      "contactMechId" : "148471",
      "postalCode" : "89109"
    },
    "shipmentItems" : [ {
      "shipmentId" : "27091",
      "shipmentItemSeqId" : "00001",
      "orderId" : "39670",
      "orderItemSeqId" : "00101",
      "orderItemExternalId" : "12073761243207",
      "shipGroupSeqId" : "00003",
      "itemStatusId" : "ITEM_COMPLETED",
      "itemQuantity" : 1,
      "slaShipmentMethodTypeId" : "NEXT_DAY",
      "statusDatetime" : "2023-01-30T03:50:02-05:00",
      "productId" : "136845",
      "unitPrice" : 65.97,
      "facilityId" : "15",
      "facilityExternalId" : "15",
      "facilityTypeId" : "RETAIL_STORE",
      "parentFacilityTypeId" : "PHYSICAL_STORE",
      "shippedQuantity" : 1,
      "goodIdentifications" : [ {
        "fromDate" : "2021-08-12T23:38:08-04:00",
        "productId" : "136845",
        "idValue" : "ABSOLUTE",
        "lastUpdatedStamp" : "2022-08-10T02:58:52-04:00",
        "goodIdentificationTypeId" : "SHOPIFY_PROD_SKU",
        "thruDate" : null
      }, {
        "goodIdentificationTypeId" : "SKU",
        "lastUpdatedStamp" : "2022-08-10T02:58:52-04:00",
        "productId" : "136845",
        "fromDate" : "2022-05-16T01:55:59-04:00",
        "idValue" : "ABSOLUTE",
        "thruDate" : null
      }, {
        "goodIdentificationTypeId" : "UPCA",
        "fromDate" : "2021-08-12T23:38:08-04:00",
        "productId" : "136845",
        "idValue" : "824095530224",
        "lastUpdatedStamp" : "2021-08-12T23:38:09-04:00",
        "thruDate" : null
      } ],
      "itemAdjustments" : [ {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "amount" : -12.5,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "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,
        "orderAdjustmentTypeId" : "EXT_PROMO_ADJUSTMENT",
        "createdDate" : null,
        "productPromoActionSeqId" : null,
        "sourcePercentage" : null,
        "orderItemSeqId" : "00101"
      }, {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "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,
        "orderItemSeqId" : "00101"
      }, {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "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,
        "orderItemSeqId" : "00101"
      } ]
    }, {
      "shipmentId" : "27091",
      "shipmentItemSeqId" : "00002",
      "orderId" : "39670",
      "orderItemSeqId" : "00104",
      "orderItemExternalId" : "12073761243207",
      "shipGroupSeqId" : "00003",
      "itemStatusId" : "ITEM_COMPLETED",
      "itemQuantity" : 1,
      "slaShipmentMethodTypeId" : "NEXT_DAY",
      "statusDatetime" : "2023-01-30T03:50:02-05:00",
      "productId" : "136845",
      "unitPrice" : 65.97,
      "facilityId" : "15",
      "facilityExternalId" : "15",
      "facilityTypeId" : "RETAIL_STORE",
      "parentFacilityTypeId" : "PHYSICAL_STORE",
      "shippedQuantity" : 1,
      "goodIdentifications" : [ {
        "fromDate" : "2021-08-12T23:38:08-04:00",
        "productId" : "136845",
        "idValue" : "ABSOLUTE",
        "lastUpdatedStamp" : "2022-08-10T02:58:52-04:00",
        "goodIdentificationTypeId" : "SHOPIFY_PROD_SKU",
        "thruDate" : null
      }, {
        "goodIdentificationTypeId" : "SKU",
        "lastUpdatedStamp" : "2022-08-10T02:58:52-04:00",
        "productId" : "136845",
        "fromDate" : "2022-05-16T01:55:59-04:00",
        "idValue" : "ABSOLUTE",
        "thruDate" : null
      }, {
        "goodIdentificationTypeId" : "UPCA",
        "fromDate" : "2021-08-12T23:38:08-04:00",
        "productId" : "136845",
        "idValue" : "824095530224",
        "lastUpdatedStamp" : "2021-08-12T23:38:09-04:00",
        "thruDate" : null
      } ],
      "itemAdjustments" : [ {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "amount" : -12.5,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "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,
        "orderAdjustmentTypeId" : "EXT_PROMO_ADJUSTMENT",
        "createdDate" : null,
        "productPromoActionSeqId" : null,
        "sourcePercentage" : null,
        "orderItemSeqId" : "00104"
      }, {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "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,
        "orderItemSeqId" : "00104"
      }, {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "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,
        "orderItemSeqId" : "00104"
      } ]
    } ]
  }, {
    "trackingNumber" : "794609246611",
    "carrierPartyId" : "FEDEX",
    "shipmentMethodTypeId" : "GROUND",
    "shipTo" : {
      "houseNumberExt" : null,
      "stateProvinceGeoId" : "NV",
      "toName" : "Walter White",
      "address2" : null,
      "postalCodeGeoId" : null,
      "houseNumber" : null,
      "geoPointId" : "36560",
      "encodedAddressKey" : null,
      "postalCodeExt" : null,
      "countryGeoId" : "USA",
      "countryGeoCode" : "US",
      "stateProvinceGeoCode" : "NV",
      "attnName" : null,
      "address1" : "3799 S Las Vegas Blvd,  ",
      "directions" : null,
      "countyGeoId" : null,
      "cityGeoId" : null,
      "city" : "Las Vegas",
      "municipalityGeoId" : null,
      "contactMechId" : "148471",
      "postalCode" : "89109"
    },
    "shipmentItems" : [ {
      "shipmentId" : "27090",
      "shipmentItemSeqId" : "00001",
      "orderId" : "39670",
      "orderItemSeqId" : "00102",
      "orderItemExternalId" : "12073761243207",
      "shipGroupSeqId" : "00002",
      "itemStatusId" : "ITEM_COMPLETED",
      "itemQuantity" : 1,
      "slaShipmentMethodTypeId" : "NEXT_DAY",
      "statusDatetime" : "2023-01-30T03:48:45-05:00",
      "productId" : "136845",
      "unitPrice" : 65.97,
      "facilityId" : "1",
      "facilityExternalId" : "1",
      "facilityTypeId" : "RETAIL_STORE",
      "parentFacilityTypeId" : "PHYSICAL_STORE",
      "shippedQuantity" : 1,
      "goodIdentifications" : [ {
        "fromDate" : "2021-08-12T23:38:08-04:00",
        "productId" : "136845",
        "idValue" : "ABSOLUTE",
        "lastUpdatedStamp" : "2022-08-10T02:58:52-04:00",
        "goodIdentificationTypeId" : "SHOPIFY_PROD_SKU",
        "thruDate" : null
      }, {
        "goodIdentificationTypeId" : "SKU",
        "lastUpdatedStamp" : "2022-08-10T02:58:52-04:00",
        "productId" : "136845",
        "fromDate" : "2022-05-16T01:55:59-04:00",
        "idValue" : "ABSOLUTE",
        "thruDate" : null
      }, {
        "goodIdentificationTypeId" : "UPCA",
        "fromDate" : "2021-08-12T23:38:08-04:00",
        "productId" : "136845",
        "idValue" : "824095530224",
        "lastUpdatedStamp" : "2021-08-12T23:38:09-04:00",
        "thruDate" : null
      } ],
      "itemAdjustments" : [ {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "amount" : -12.5,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "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,
        "orderAdjustmentTypeId" : "EXT_PROMO_ADJUSTMENT",
        "createdDate" : null,
        "productPromoActionSeqId" : null,
        "orderItemSeqId" : "00102",
        "sourcePercentage" : null
      }, {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "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,
        "orderItemSeqId" : "00102",
        "sourcePercentage" : null
      }, {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "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,
        "orderItemSeqId" : "00102",
        "sourcePercentage" : null
      } ]
    }, {
      "shipmentId" : "27090",
      "shipmentItemSeqId" : "00002",
      "orderId" : "39670",
      "orderItemSeqId" : "00103",
      "orderItemExternalId" : "12073761243207",
      "shipGroupSeqId" : "00002",
      "itemStatusId" : "ITEM_COMPLETED",
      "itemQuantity" : 1,
      "slaShipmentMethodTypeId" : "NEXT_DAY",
      "statusDatetime" : "2023-01-30T03:48:45-05:00",
      "productId" : "136845",
      "unitPrice" : 65.97,
      "facilityId" : "1",
      "facilityExternalId" : "1",
      "facilityTypeId" : "RETAIL_STORE",
      "parentFacilityTypeId" : "PHYSICAL_STORE",
      "shippedQuantity" : 1,
      "goodIdentifications" : [ {
        "fromDate" : "2021-08-12T23:38:08-04:00",
        "productId" : "136845",
        "idValue" : "ABSOLUTE",
        "lastUpdatedStamp" : "2022-08-10T02:58:52-04:00",
        "goodIdentificationTypeId" : "SHOPIFY_PROD_SKU",
        "thruDate" : null
      }, {
        "goodIdentificationTypeId" : "SKU",
        "lastUpdatedStamp" : "2022-08-10T02:58:52-04:00",
        "productId" : "136845",
        "fromDate" : "2022-05-16T01:55:59-04:00",
        "idValue" : "ABSOLUTE",
        "thruDate" : null
      }, {
        "goodIdentificationTypeId" : "UPCA",
        "fromDate" : "2021-08-12T23:38:08-04:00",
        "productId" : "136845",
        "idValue" : "824095530224",
        "lastUpdatedStamp" : "2021-08-12T23:38:09-04:00",
        "thruDate" : null
      } ],
      "itemAdjustments" : [ {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "amount" : -12.5,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "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,
        "orderAdjustmentTypeId" : "EXT_PROMO_ADJUSTMENT",
        "createdDate" : null,
        "productPromoActionSeqId" : null,
        "sourcePercentage" : null,
        "orderItemSeqId" : "00103"
      }, {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "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,
        "orderItemSeqId" : "00103"
      }, {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "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,
        "orderItemSeqId" : "00103"
      } ]
    }, {
      "shipmentId" : "27090",
      "shipmentItemSeqId" : "00003",
      "orderId" : "39670",
      "orderItemSeqId" : "00107",
      "orderItemExternalId" : "12073761210439",
      "shipGroupSeqId" : "00002",
      "itemStatusId" : "ITEM_COMPLETED",
      "itemQuantity" : 1,
      "slaShipmentMethodTypeId" : "NEXT_DAY",
      "statusDatetime" : "2023-01-30T03:48:45-05:00",
      "productId" : "136842",
      "unitPrice" : 65.97,
      "facilityId" : "1",
      "facilityExternalId" : "1",
      "facilityTypeId" : "RETAIL_STORE",
      "parentFacilityTypeId" : "PHYSICAL_STORE",
      "shippedQuantity" : 1,
      "goodIdentifications" : [ {
        "fromDate" : "2023-01-09T07:41:36-05:00",
        "goodIdentificationTypeId" : "ERP_ID",
        "lastUpdatedStamp" : "2023-01-09T07:42:11-05:00",
        "idValue" : "ABC8765",
        "productId" : "136842",
        "thruDate" : null
      }, {
        "lastUpdatedStamp" : "2023-01-09T05:45:13-05:00",
        "goodIdentificationTypeId" : "SHOPIFY_PROD_ID",
        "idValue" : "39445100363847",
        "fromDate" : "2022-10-21T07:31:32-04:00",
        "productId" : "136842",
        "thruDate" : null
      }, {
        "idValue" : "ABSOLUTE",
        "lastUpdatedStamp" : "2023-01-09T05:45:13-05:00",
        "goodIdentificationTypeId" : "SHOPIFY_PROD_SKU",
        "productId" : "136842",
        "fromDate" : "2021-08-12T23:38:06-04:00",
        "thruDate" : null
      }, {
        "goodIdentificationTypeId" : "SKU",
        "fromDate" : "2022-04-27T15:00:11-04:00",
        "lastUpdatedStamp" : "2023-01-09T05:45:13-05:00",
        "idValue" : "ABSOLUTE",
        "productId" : "136842",
        "thruDate" : null
      }, {
        "lastUpdatedStamp" : "2023-01-05T08:20:20-05:00",
        "goodIdentificationTypeId" : "UPCA",
        "idValue" : "824095530101",
        "productId" : "136842",
        "fromDate" : "2021-08-12T23:38:06-04:00",
        "thruDate" : null
      } ],
      "itemAdjustments" : [ {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "amount" : -12.5,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "lastUpdatedStamp" : null,
        "comments" : null,
        "recurringAmount" : null,
        "orderItemSeqId" : "00107",
        "lastModifiedDate" : null,
        "sourceReferenceId" : null,
        "productPromoRuleId" : null,
        "isManual" : null,
        "productFeatureId" : null,
        "taxAuthorityRateSeqId" : null,
        "overrideGlAccountId" : null,
        "oldAmountPerQuantity" : null,
        "shipGroupSeqId" : null,
        "includeInTax" : null,
        "orderAdjustmentTypeId" : "EXT_PROMO_ADJUSTMENT",
        "createdDate" : null,
        "productPromoActionSeqId" : null,
        "sourcePercentage" : null
      }, {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "comments" : null,
        "recurringAmount" : null,
        "orderItemSeqId" : "00107",
        "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
      }, {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "comments" : null,
        "recurringAmount" : null,
        "orderItemSeqId" : "00107",
        "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
      } ]
    }, {
      "shipmentId" : "27090",
      "shipmentItemSeqId" : "00004",
      "orderId" : "39670",
      "orderItemSeqId" : "00108",
      "orderItemExternalId" : "12073761210439",
      "shipGroupSeqId" : "00002",
      "itemStatusId" : "ITEM_COMPLETED",
      "itemQuantity" : 1,
      "slaShipmentMethodTypeId" : "NEXT_DAY",
      "statusDatetime" : "2023-01-30T03:48:45-05:00",
      "productId" : "136842",
      "unitPrice" : 65.97,
      "facilityId" : "1",
      "facilityExternalId" : "1",
      "facilityTypeId" : "RETAIL_STORE",
      "parentFacilityTypeId" : "PHYSICAL_STORE",
      "shippedQuantity" : 1,
      "goodIdentifications" : [ {
        "fromDate" : "2023-01-09T07:41:36-05:00",
        "goodIdentificationTypeId" : "ERP_ID",
        "lastUpdatedStamp" : "2023-01-09T07:42:11-05:00",
        "idValue" : "ABC8765",
        "productId" : "136842",
        "thruDate" : null
      }, {
        "lastUpdatedStamp" : "2023-01-09T05:45:13-05:00",
        "goodIdentificationTypeId" : "SHOPIFY_PROD_ID",
        "idValue" : "39445100363847",
        "fromDate" : "2022-10-21T07:31:32-04:00",
        "productId" : "136842",
        "thruDate" : null
      }, {
        "idValue" : "ABSOLUTE",
        "lastUpdatedStamp" : "2023-01-09T05:45:13-05:00",
        "goodIdentificationTypeId" : "SHOPIFY_PROD_SKU",
        "productId" : "136842",
        "fromDate" : "2021-08-12T23:38:06-04:00",
        "thruDate" : null
      }, {
        "goodIdentificationTypeId" : "SKU",
        "fromDate" : "2022-04-27T15:00:11-04:00",
        "lastUpdatedStamp" : "2023-01-09T05:45:13-05:00",
        "idValue" : "ABSOLUTE",
        "productId" : "136842",
        "thruDate" : null
      }, {
        "lastUpdatedStamp" : "2023-01-05T08:20:20-05:00",
        "goodIdentificationTypeId" : "UPCA",
        "idValue" : "824095530101",
        "productId" : "136842",
        "fromDate" : "2021-08-12T23:38:06-04:00",
        "thruDate" : null
      } ],
      "itemAdjustments" : [ {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "amount" : -12.5,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "lastUpdatedStamp" : null,
        "comments" : null,
        "recurringAmount" : null,
        "lastModifiedDate" : null,
        "orderItemSeqId" : "00108",
        "sourceReferenceId" : null,
        "productPromoRuleId" : null,
        "isManual" : null,
        "productFeatureId" : null,
        "taxAuthorityRateSeqId" : null,
        "overrideGlAccountId" : null,
        "oldAmountPerQuantity" : null,
        "shipGroupSeqId" : null,
        "includeInTax" : null,
        "orderAdjustmentTypeId" : "EXT_PROMO_ADJUSTMENT",
        "createdDate" : null,
        "productPromoActionSeqId" : null,
        "sourcePercentage" : null
      }, {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "comments" : null,
        "recurringAmount" : null,
        "lastModifiedDate" : null,
        "orderItemSeqId" : "00108",
        "sourceReferenceId" : null,
        "productPromoRuleId" : null,
        "isManual" : null,
        "productFeatureId" : null,
        "taxAuthorityRateSeqId" : null,
        "overrideGlAccountId" : null,
        "oldAmountPerQuantity" : null,
        "shipGroupSeqId" : null,
        "includeInTax" : null,
        "createdDate" : null,
        "productPromoActionSeqId" : null,
        "sourcePercentage" : null
      }, {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "comments" : null,
        "recurringAmount" : null,
        "lastModifiedDate" : null,
        "orderItemSeqId" : "00108",
        "sourceReferenceId" : null,
        "productPromoRuleId" : null,
        "isManual" : null,
        "productFeatureId" : null,
        "taxAuthorityRateSeqId" : null,
        "overrideGlAccountId" : null,
        "oldAmountPerQuantity" : null,
        "shipGroupSeqId" : null,
        "includeInTax" : null,
        "createdDate" : null,
        "productPromoActionSeqId" : null,
        "sourcePercentage" : null
      } ]
    } ]
  }, {
    "trackingNumber" : "794609246600",
    "carrierPartyId" : "FEDEX",
    "shipmentMethodTypeId" : "GROUND",
    "shipTo" : {
      "houseNumberExt" : null,
      "stateProvinceGeoId" : "NV",
      "toName" : "Walter White",
      "address2" : null,
      "postalCodeGeoId" : null,
      "houseNumber" : null,
      "geoPointId" : "36560",
      "encodedAddressKey" : null,
      "postalCodeExt" : null,
      "countryGeoId" : "USA",
      "countryGeoCode" : "US",
      "stateProvinceGeoCode" : "NV",
      "attnName" : null,
      "address1" : "3799 S Las Vegas Blvd,  ",
      "directions" : null,
      "countyGeoId" : null,
      "cityGeoId" : null,
      "city" : "Las Vegas",
      "municipalityGeoId" : null,
      "contactMechId" : "148471",
      "postalCode" : "89109"
    },
    "shipmentItems" : [ {
      "shipmentId" : "27092",
      "shipmentItemSeqId" : "00002",
      "orderId" : "39670",
      "orderItemSeqId" : "00105",
      "orderItemExternalId" : "12073761210439",
      "shipGroupSeqId" : "00003",
      "itemStatusId" : "ITEM_COMPLETED",
      "itemQuantity" : 1,
      "slaShipmentMethodTypeId" : "NEXT_DAY",
      "statusDatetime" : "2023-01-30T03:50:02-05:00",
      "productId" : "136842",
      "unitPrice" : 65.97,
      "facilityId" : "15",
      "facilityExternalId" : "15",
      "facilityTypeId" : "RETAIL_STORE",
      "parentFacilityTypeId" : "PHYSICAL_STORE",
      "shippedQuantity" : 1,
      "goodIdentifications" : [ {
        "fromDate" : "2023-01-09T07:41:36-05:00",
        "goodIdentificationTypeId" : "ERP_ID",
        "lastUpdatedStamp" : "2023-01-09T07:42:11-05:00",
        "idValue" : "ABC8765",
        "productId" : "136842",
        "thruDate" : null
      }, {
        "lastUpdatedStamp" : "2023-01-09T05:45:13-05:00",
        "goodIdentificationTypeId" : "SHOPIFY_PROD_ID",
        "idValue" : "39445100363847",
        "fromDate" : "2022-10-21T07:31:32-04:00",
        "productId" : "136842",
        "thruDate" : null
      }, {
        "idValue" : "ABSOLUTE",
        "lastUpdatedStamp" : "2023-01-09T05:45:13-05:00",
        "goodIdentificationTypeId" : "SHOPIFY_PROD_SKU",
        "productId" : "136842",
        "fromDate" : "2021-08-12T23:38:06-04:00",
        "thruDate" : null
      }, {
        "goodIdentificationTypeId" : "SKU",
        "fromDate" : "2022-04-27T15:00:11-04:00",
        "lastUpdatedStamp" : "2023-01-09T05:45:13-05:00",
        "idValue" : "ABSOLUTE",
        "productId" : "136842",
        "thruDate" : null
      }, {
        "lastUpdatedStamp" : "2023-01-05T08:20:20-05:00",
        "goodIdentificationTypeId" : "UPCA",
        "idValue" : "824095530101",
        "productId" : "136842",
        "fromDate" : "2021-08-12T23:38:06-04:00",
        "thruDate" : null
      } ],
      "itemAdjustments" : [ {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "amount" : -12.5,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "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,
        "orderAdjustmentTypeId" : "EXT_PROMO_ADJUSTMENT",
        "createdDate" : null,
        "productPromoActionSeqId" : null,
        "sourcePercentage" : null,
        "orderItemSeqId" : "00105"
      }, {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "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,
        "orderItemSeqId" : "00105"
      }, {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "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,
        "orderItemSeqId" : "00105"
      } ]
    }, {
      "shipmentId" : "27092",
      "shipmentItemSeqId" : "00001",
      "orderId" : "39670",
      "orderItemSeqId" : "00106",
      "orderItemExternalId" : "12073761210439",
      "shipGroupSeqId" : "00003",
      "itemStatusId" : "ITEM_COMPLETED",
      "itemQuantity" : 1,
      "slaShipmentMethodTypeId" : "NEXT_DAY",
      "statusDatetime" : "2023-01-30T03:50:02-05:00",
      "productId" : "136842",
      "unitPrice" : 65.97,
      "facilityId" : "15",
      "facilityExternalId" : "15",
      "facilityTypeId" : "RETAIL_STORE",
      "parentFacilityTypeId" : "PHYSICAL_STORE",
      "shippedQuantity" : 1,
      "goodIdentifications" : [ {
        "fromDate" : "2023-01-09T07:41:36-05:00",
        "goodIdentificationTypeId" : "ERP_ID",
        "lastUpdatedStamp" : "2023-01-09T07:42:11-05:00",
        "idValue" : "ABC8765",
        "productId" : "136842",
        "thruDate" : null
      }, {
        "lastUpdatedStamp" : "2023-01-09T05:45:13-05:00",
        "goodIdentificationTypeId" : "SHOPIFY_PROD_ID",
        "idValue" : "39445100363847",
        "fromDate" : "2022-10-21T07:31:32-04:00",
        "productId" : "136842",
        "thruDate" : null
      }, {
        "idValue" : "ABSOLUTE",
        "lastUpdatedStamp" : "2023-01-09T05:45:13-05:00",
        "goodIdentificationTypeId" : "SHOPIFY_PROD_SKU",
        "productId" : "136842",
        "fromDate" : "2021-08-12T23:38:06-04:00",
        "thruDate" : null
      }, {
        "goodIdentificationTypeId" : "SKU",
        "fromDate" : "2022-04-27T15:00:11-04:00",
        "lastUpdatedStamp" : "2023-01-09T05:45:13-05:00",
        "idValue" : "ABSOLUTE",
        "productId" : "136842",
        "thruDate" : null
      }, {
        "lastUpdatedStamp" : "2023-01-05T08:20:20-05:00",
        "goodIdentificationTypeId" : "UPCA",
        "idValue" : "824095530101",
        "productId" : "136842",
        "fromDate" : "2021-08-12T23:38:06-04:00",
        "thruDate" : null
      } ],
      "itemAdjustments" : [ {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "amount" : -12.5,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "lastUpdatedStamp" : null,
        "comments" : null,
        "orderItemSeqId" : "00106",
        "recurringAmount" : null,
        "lastModifiedDate" : null,
        "sourceReferenceId" : null,
        "productPromoRuleId" : null,
        "isManual" : null,
        "productFeatureId" : null,
        "taxAuthorityRateSeqId" : null,
        "overrideGlAccountId" : null,
        "oldAmountPerQuantity" : null,
        "shipGroupSeqId" : null,
        "includeInTax" : null,
        "orderAdjustmentTypeId" : "EXT_PROMO_ADJUSTMENT",
        "createdDate" : null,
        "productPromoActionSeqId" : null,
        "sourcePercentage" : null
      }, {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "comments" : null,
        "orderItemSeqId" : "00106",
        "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
      }, {
        "customerReferenceId" : null,
        "correspondingProductId" : null,
        "orderId" : "39670",
        "includeInShipping" : null,
        "description" : null,
        "exemptAmount" : null,
        "productPromoId" : null,
        "taxAuthPartyId" : null,
        "lastModifiedByUserLogin" : null,
        "oldPercentage" : null,
        "primaryGeoId" : null,
        "taxAuthGeoId" : null,
        "originalAdjustmentId" : null,
        "secondaryGeoId" : null,
        "createdByUserLogin" : null,
        "orderAdjustmentId" : null,
        "amountAlreadyIncluded" : null,
        "orderAdjustmentTypeId" : "SALES_TAX",
        "lastUpdatedStamp" : null,
        "amount" : 0,
        "comments" : null,
        "orderItemSeqId" : "00106",
        "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
      } ]
    } ]
  } ]
} ]
"shipmentItems" : [ {
     "shipmentId" : "27091",
     "shipmentItemSeqId" : "00001",
     "orderId" : "39670",
     "orderItemSeqId" : "00101",
     "orderItemExternalId" : "12073761243207",
     "shipGroupSeqId" : "00003",
     "itemStatusId" : "ITEM_COMPLETED",
     "itemQuantity" : 1,
     "slaShipmentMethodTypeId" : "NEXT_DAY",
     "statusDatetime" : "2023-01-30T03:50:02-05:00",
     "productId" : "136845",
     "unitPrice" : 65.97,
     "facilityId" : "15",
     "facilityExternalId" : "15",
     "facilityTypeId" : "RETAIL_STORE",
     "parentFacilityTypeId" : "PHYSICAL_STORE",
     "shippedQuantity" : 1,
     "goodIdentifications" : [ {
       "fromDate" : "2021-08-12T23:38:08-04:00",
       "productId" : "136845",
       "IdValue" : "ABSOLUTE",
       "lastUpdatedStamp" : "2022-08-10T02:58:52-04:00",
       "goodIdentificationTypeId" : "SHOPIFY_PROD_SKU",
       "thruDate" : null
     }