PUT api/order/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

OrderHeader
NameDescriptionTypeAdditional information
OrderID

integer

None.

OrderGuid

Collection of byte

None.

OrderIdentifier

globally unique identifier

None.

BackToBack

integer

None.

B2bGuid

Collection of byte

None.

B2bIdentifier

globally unique identifier

None.

Status

OrderStatus

None.

Created

date

None.

CreatedLocal

date

None.

CreatedByUser

string

String length: inclusive between 0 and 191

StoreID

integer

None.

TransferGuid

Collection of byte

None.

TransferIdentifier

globally unique identifier

None.

TransferInvoiceIdentifier

Collection of byte

None.

TransferInvoiceGuid

globally unique identifier

None.

AttachedToInvoice

integer

None.

TransferType

TransferType

None.

SupplierIdentifier

Collection of byte

None.

SupplierIdentifierGuid

globally unique identifier

None.

Description

string

None.

Rows

integer

None.

Cartons

integer

None.

Units

integer

None.

SentCount

integer

None.

Sent

date

None.

SentLocal

date

None.

SentByUser

string

String length: inclusive between 0 and 191

LastSentStatus

integer

None.

Cancelled

date

None.

CancelledLocal

date

None.

CancelledByUser

string

String length: inclusive between 0 and 191

Shipped

date

None.

ShippedLocal

date

None.

ShippedByUser

string

String length: inclusive between 0 and 191

StockReceived

date

None.

StockReceivedLocal

date

None.

StockReceivedByUser

string

String length: inclusive between 0 and 191

StockReceiveInventorySetting

UpdateInventory

None.

Received

date

None.

ReceivedLocal

date

None.

Completed

date

None.

CompletedLocal

date

None.

Updated

date

None.

UpdatedLocal

date

None.

DueDate

date

None.

WarehouseNote

string

None.

WarehouseRef

string

None.

PdeSerialNumber

string

None.

TradingPartner

OrderTradingPartner

None.

OrderType

string

String length: inclusive between 0 and 20

OrderTypeDescription

string

String length: inclusive between 0 and 255

StateCode

The state code of the store ordering for metcash

string

Deprecated. Prefer the HostStoreSetting.MetcashStateCode instead.

String length: inclusive between 0 and 20

MailCarbonCopy

When Placing an order via email, send a Blind Carbon Copy to the current User

boolean

None.

MailTo

string

None.

MailBcc

string

None.

MailReplyTo

string

None.

Liquor

boolean

None.

Summary

string

Data type: MultilineText

Notes

string

Data type: MultilineText

SupplierNotes

string

Data type: MultilineText

ReceiptEmailSent

boolean

None.

ReceiptEmailSentId

string

String length: inclusive between 0 and 100

ReceiptEmailSentStatus

string

String length: inclusive between 0 and 20

TransportCompanyGuid

Collection of byte

None.

TransportCompanyIdentifier

globally unique identifier

None.

AutoOrder

integer

None.

HostIdentifier

Collection of byte

None.

HostIdentifierGuid

globally unique identifier

None.

DefaultOrderDocumentId

integer

None.

DefaultStockReceiveDocumentId

integer

None.

Temperature

Temperature recorded of order on receive. Null indicates no temperature recorded

decimal number

None.

TemperatureScale

Temperature scale that temperature is recorded in

TemperatureScale

None.

Rating

Quality rating of the order

integer

None.

LastOrderEmailSentId

string

None.

LastOrderEmailSentStatus

string

None.

Deleted

date

None.

DeletedByUser

string

None.

AutoOrderGuid

Collection of byte

Relation. This field may not always be loaded or used for updates.

AutoOrderIdentifier

globally unique identifier

Relation. This field may not always be loaded or used for updates.

AutoOrderHeader

AutoOrderHeader

Relation. This field may not always be loaded or used for updates.

SupplierName

string

Relation. This field may not always be loaded or used for updates.

SupplierStoreID

integer

Relation. This field may not always be loaded or used for updates.

SupplierCartonsOnly

boolean

Relation. This field may not always be loaded or used for updates.

SupplierEnforceMinimumQuantity

boolean

Relation. This field may not always be loaded or used for updates.

SupplierMinimumOrderValue

integer

Relation. This field may not always be loaded or used for updates.

StoreName

string

Relation. This field may not always be loaded or used for updates.

OrderCode

OrderCode

Relation. This field may not always be loaded or used for updates.

Store

Store

Relation. This field may not always be loaded or used for updates.

Supplier

Supplier

Relation. This field may not always be loaded or used for updates.

TotalCostInc

Summarised total cost inc tax, based on system costs

decimal number

Relation. This field may not always be loaded or used for updates.

TotalPickedCostInc

Summarised total picked cost inc tax, based on system costs, for store transfer orders

decimal number

Relation. This field may not always be loaded or used for updates.

TotalReceivedCostInc

Summarised total received cost in tax, based on system costs

decimal number

Relation. This field may not always be loaded or used for updates.

Total

Totals aggregates

OrderSubTotal

Relation. This field may not always be loaded or used for updates.

Details

Collection of OrderDetail

Relation. This field may not always be loaded or used for updates.

UnknownScans

Collection of OrderUnknownScan

Relation. This field may not always be loaded or used for updates.

TransportCompany

TransportCompany

Relation. This field may not always be loaded or used for updates.

TimeZoneInfo

For sending orders

TimeZoneInfo

Relation. This field may not always be loaded or used for updates.

IsMetcashSorted

boolean

Relation. This field may not always be loaded or used for updates.

BackupOrderType

string

Relation. This field may not always be loaded or used for updates.

BackupOrderTypeDescription

string

Relation. This field may not always be loaded or used for updates.

BackupTradingPartner

integer

Relation. This field may not always be loaded or used for updates.

BackupHostIdentifier

globally unique identifier

Relation. This field may not always be loaded or used for updates.

Request Formats

application/json, text/json

Sample:
{
  "orderID": 1,
  "orderGuid": "fq/NFobXHESXsc9vRXLRBg==",
  "orderIdentifier": "16cdaf7e-d786-441c-97b1-cf6f4572d106",
  "backToBack": 1,
  "b2bGuid": "dXaQe+98kUu5C5j+AQX8/Q==",
  "b2bIdentifier": "7b907675-7cef-4b91-b90b-98fe0105fcfd",
  "status": 2,
  "created": "2026-06-03T18:30:58.0593721",
  "createdLocal": "2026-06-03T18:30:58.0593721",
  "createdByUser": "sample string 3",
  "storeID": 1,
  "transferGuid": "Re4AsdlSsUC0PQgXcWcu0w==",
  "transferIdentifier": "b100ee45-52d9-40b1-b43d-081771672ed3",
  "transferInvoiceIdentifier": "ckZqnXIfaEiOWUjvk0b/UQ==",
  "transferInvoiceGuid": "9d6a4672-1f72-4868-8e59-48ef9346ff51",
  "attachedToInvoice": 4,
  "transferType": 1,
  "supplierIdentifier": "jg6GLpT6YE+s9YPsRGkmXw==",
  "supplierIdentifierGuid": "2e860e8e-fa94-4f60-acf5-83ec4469265f",
  "description": "sample string 5",
  "rows": 1,
  "cartons": 1,
  "units": 1,
  "sentCount": 1,
  "sent": "2026-06-03T18:30:58.0593721",
  "sentLocal": "2026-06-03T18:30:58.0593721",
  "sentByUser": "sample string 6",
  "lastSentStatus": 1,
  "cancelled": "2026-06-03T18:30:58.0593721",
  "cancelledLocal": "2026-06-03T18:30:58.0593721",
  "cancelledByUser": "sample string 7",
  "shipped": "2026-06-03T18:30:58.0593721",
  "shippedLocal": "2026-06-03T18:30:58.0593721",
  "shippedByUser": "sample string 8",
  "stockReceived": "2026-06-03T18:30:58.0593721",
  "stockReceivedLocal": "2026-06-03T18:30:58.0593721",
  "stockReceivedByUser": "sample string 9",
  "stockReceiveInventorySetting": 10,
  "received": "2026-06-03T18:30:58.0593721",
  "receivedLocal": "2026-06-03T18:30:58.0593721",
  "completed": "2026-06-03T18:30:58.0593721",
  "completedLocal": "2026-06-03T18:30:58.0593721",
  "updated": "2026-06-03T18:30:58.0593721",
  "updatedLocal": "2026-06-03T18:30:58.0593721",
  "dueDate": "2026-06-03T18:30:58.0593721",
  "warehouseNote": "sample string 11",
  "warehouseRef": "sample string 12",
  "pdeSerialNumber": "sample string 13",
  "tradingPartner": 1,
  "orderType": "sample string 1",
  "orderTypeDescription": "sample string 2",
  "stateCode": "sample string 16",
  "mailCarbonCopy": true,
  "mailTo": "sample string 18",
  "mailBcc": "sample string 19",
  "mailReplyTo": "sample string 20",
  "liquor": true,
  "summary": "sample string 22",
  "notes": "sample string 23",
  "supplierNotes": "sample string 24",
  "receiptEmailSent": true,
  "receiptEmailSentId": "sample string 26",
  "receiptEmailSentStatus": "sample string 27",
  "transportCompanyGuid": "jLWQDqfL8UmFWMqFSet19Q==",
  "transportCompanyIdentifier": "0e90b58c-cba7-49f1-8558-ca8549eb75f5",
  "autoOrder": 28,
  "hostIdentifier": "PZx5ar7cAUieY2LbcQWMnA==",
  "hostIdentifierGuid": "6a799c3d-dcbe-4801-9e63-62db71058c9c",
  "defaultOrderDocumentId": 1,
  "defaultStockReceiveDocumentId": 1,
  "temperature": 1.1,
  "temperatureScale": 29,
  "rating": 30,
  "lastOrderEmailSentId": "sample string 31",
  "lastOrderEmailSentStatus": "sample string 32",
  "deleted": "2026-06-03T18:30:58.0593721",
  "deletedByUser": "sample string 33",
  "autoOrderGuid": "Qit5mo2pBEOTSh0MjdGPXg==",
  "autoOrderIdentifier": "9a792b42-a98d-4304-934a-1d0c8dd18f5e",
  "autoOrderHeader": {
    "$id": "2",
    "autoOrderGuid": "81HlAAW0zUSpzXaSTlVqrA==",
    "autoOrderIdentifier": "00e551f3-b405-44cd-a9cd-76924e556aac",
    "orderGuid": "lHZoir8TokSWlu1Zi/J/fQ==",
    "orderIdentifier": "8a687694-13bf-44a2-9696-ed598bf27f7d",
    "created": "2026-06-03T18:30:58.0593721",
    "orderID": 1,
    "storeID": 1,
    "orderDate": "2026-06-03T18:30:58.0593721",
    "supplierIdentifier": "KZM3XlfNTEyKG+TP4P04uQ==",
    "supplierIdentifierGuid": "5e379329-cd57-4c4c-8a1b-e4cfe0fd38b9",
    "orderStatus": 1,
    "tradingPartner": 1,
    "warehouse": true,
    "simpleAWS": 3,
    "defaultMPL": 4,
    "investmentBuy": true,
    "storeName": "sample string 6",
    "supplierName": "sample string 7",
    "description": "sample string 8",
    "orderType": "sample string 9",
    "mailTo": "sample string 10",
    "mailBcc": "sample string 11",
    "notes": "sample string 12",
    "transportCompanyGuid": "mOkcJxcZHUySCEltf4xn3Q==",
    "transportCompanyIdentifier": "271ce998-1917-4c1d-9208-496d7f8c67dd",
    "store": {
      "$id": "3",
      "id": 1,
      "isMaster": true,
      "isElectedMaster": true,
      "electedMasterStoreID": 1,
      "isZoneMaster": true,
      "shortName": "sample string 3",
      "url": "sample string 4",
      "sortOrder": 1,
      "name": "sample string 5",
      "phone": "sample string 6",
      "fax": "sample string 7",
      "email": "sample string 8",
      "address1": "sample string 9",
      "address2": "sample string 10",
      "city": "sample string 11",
      "state": "sample string 12",
      "country": "sample string 13",
      "postCode": "sample string 14",
      "delivery": 1,
      "exportAccounts": 1,
      "salesAccountFolder": "sample string 15",
      "purchaseAccountFolder": "sample string 16",
      "initLoad": 1,
      "initIDs": 1,
      "zoneID": 1,
      "actAsMaster": 1,
      "lastActiveUtc": "2026-06-03T18:30:58.0593721",
      "active": true,
      "warehouse": true,
      "abn": "sample string 19",
      "phoneOrderSubjectLine": "sample string 20",
      "caseConfiguration": 21,
      "isNormalPriceChangesCampaign": true,
      "generatePrintLabels": true,
      "headerLogo": "sample string 24",
      "custNo": "sample string 25",
      "stateCode": "sample string 26",
      "hostIdentifier": "ZbnB6Bu/pUGZsgFMLHA7cQ==",
      "hostIdentifierGuid": "e8c1b965-bf1b-41a5-99b2-014c2c703b71",
      "hostName": 1,
      "hostAddress": "sample string 27",
      "hostUsername": "sample string 28",
      "hostPassword": "sample string 29",
      "excludeFromLeadInOut": true,
      "accountingProvider": 31,
      "accountingAddress": "sample string 32",
      "accountingUsername": "sample string 33",
      "accountingPassword": "sample string 34",
      "storeAccountingCode": "sample string 35",
      "softwareVariance": 36,
      "fuelWarningVariance": 37.0,
      "fuelErrorVariance": 38.0,
      "fuelAccumulatedWarningVariance": 39.0,
      "fuelAccumulatedErrorVariance": 40.0,
      "drawManagment": 41,
      "endOfDayManagment": true,
      "autoFillCashBalancing": true,
      "fuelDayVariance": 44,
      "accountingTradingTime": "00:00:00.1234567",
      "stockActivateProduct": 46,
      "defaultOrderDocumentId": 1,
      "defaultStockReceiveDocumentId": 1,
      "giftCardSalesAccountingDeptCode": "sample string 47",
      "transactionDiscountAccountingDeptCode": "sample string 48",
      "size": 49,
      "updated": "2026-06-03T18:30:58.0593721",
      "priceZone": {
        "$id": "4",
        "id": 1,
        "name": "sample string 2",
        "hostIdentifier": "eM5Rtg2G2UShi1qofonpPw==",
        "hostIdentifierGuid": "b651ce78-860d-44d9-a18b-5aa87e89e93f",
        "sortOrder": 3,
        "zoneMasterStoreID": 1,
        "electedMasterStoreID": 1,
        "containsElectedMasterStore": true
      },
      "priceZoneName": "sample string 51",
      "storeFuelConfigured": true,
      "shippingAddressCopied": true,
      "shippingAddress": {
        "$id": "5",
        "storeID": 1,
        "addressType": 1,
        "address1": "sample string 1",
        "address2": "sample string 2",
        "city": "sample string 3",
        "state": "sample string 4",
        "country": "sample string 5",
        "postCode": "sample string 6"
      },
      "billingAddressCopied": true,
      "billingAddress": {
        "$ref": "5"
      },
      "warehouseStore": {
        "$id": "6",
        "storeID": 1,
        "warehouseStoreID": 2,
        "storeName": "sample string 3",
        "warehouseName": "sample string 4"
      },
      "hostStoreSettings": [
        {
          "$id": "7",
          "id": 1,
          "hostIdentifier": "ZPW4qyn1w0evWVUD1pawpQ==",
          "hostIdentifierGuid": "abb8f564-f529-47c3-af59-5503d696b0a5",
          "storeID": 2,
          "username": "sample string 3",
          "password": "sample string 4",
          "passwordPlain": "sample string 5",
          "serverAddress": "sample string 6",
          "serverPort": 1,
          "excludeFromLeadInOut": true,
          "useForHostFile": true,
          "metcashPillarID": "sample string 9",
          "metcashStateCode": "sample string 10",
          "metcashCustomerID": "sample string 11",
          "metcashTradingPartnerID": "sample string 12",
          "drakesCustomerNumber": 1,
          "sparCustomerNumber": "sample string 13",
          "sparOrderUsername": "sample string 14",
          "sparOrderPassword": "sample string 15",
          "sparOrderPasswordPlain": "sample string 16",
          "pharmXSiteID": 1,
          "ibaZoneID": 1,
          "ibaState": "sample string 17",
          "foodlandStoreCode": "sample string 18",
          "ilgMemberNumber": "sample string 19",
          "ilgOutletLocation": 1,
          "ilgBaseCost": 1,
          "ilgApplyNonAdvertisedPromos": true,
          "ilgExemptFromFreight": true,
          "ilgOrderDealReview": true,
          "ilgFinanceFee": 1,
          "secondPassword": "sample string 23",
          "secondPasswordPlain": "sample string 24",
          "secondServerAddress": "sample string 25",
          "processPromotions": true,
          "hostProvider": 0,
          "host": {
            "$id": "8",
            "identifier": "YnFHMAjOhE+0yES2rKxshg==",
            "identifierGuid": "30477162-ce08-4f84-b4c8-44b6acac6c86",
            "isPrimary": true,
            "obeyPreferredHost": true,
            "loadCampaigns": true,
            "isHostOwnedGroup": true,
            "serviceFeeID": 1,
            "deletedDiscountRate": 1,
            "deletedDiscountDuration": 1,
            "doNotRange": true,
            "doNotOrder": true,
            "updateMaster": true,
            "ignoreHostPriceGroups": true,
            "ignoreNormalSellIncrease": true,
            "ignoreNormalSellIncreaseRange": 11,
            "ignoreNormalSellDecrease": true,
            "ignoreNormalSellDecreaseRange": 13,
            "roundNormalSell": true,
            "ignorePromotionSell": true,
            "ignoreNonAdvertisedPromotionSell": true,
            "splitAdvertisedAndNonAdvertisedPromotions": true,
            "ignoreLeadInOut": true,
            "hostSupplierIdentifier": "PAJX5cIYr02k2LEfYUhvPA==",
            "hostSupplierIdentifierGuid": "e557023c-18c2-4daf-a4d8-b11f61486f3c",
            "loyaltyPriceLevelIdentifier": "PGhMGNiJDUq0cmIElGxoqw==",
            "loyaltyPriceLevelIdentifierGuid": "184c683c-89d8-4a0d-b472-6204946c68ab",
            "isGroup": true,
            "description": "sample string 22",
            "hostProvider": 23,
            "hostTypeEnum": 24,
            "hostType": "sample string 25",
            "hostCode": "sample string 26",
            "username": "sample string 27",
            "password": "sample string 28",
            "passwordPlain": "sample string 29",
            "server": "sample string 30",
            "url": "sample string 31",
            "global": true,
            "stateCode": "sample string 33",
            "lastCollected": "2026-06-03T18:30:58.0593721",
            "lastProcessed": "2026-06-03T18:30:58.0593721",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "9",
              "identifier": "pqJWLVhLak66bru9WrCbRg==",
              "identifierGuid": "2d56a2a6-4b58-4e6a-ba6e-bbbd5ab09b46",
              "code": "sample string 1",
              "name": "sample string 2",
              "fuelSupplier": true,
              "isSupplier": true,
              "isHostedSupplier": true,
              "hostID": 1,
              "accountCode": "sample string 6",
              "invoiceSuffix": "sample string 7",
              "orderEmail": "sample string 8",
              "orderEmailBcc": "sample string 9",
              "orderFax": "sample string 10",
              "showOrderCost": true,
              "receiptCostUpdate": true,
              "sendReceipt": true,
              "receiptEmail": "sample string 14",
              "receiptEmailBcc": "sample string 15",
              "primaryContactGuid": "k4wyRq6w4EemRjS1HyJQow==",
              "primaryContactID": "46328c93-b0ae-47e0-a646-34b51f2250a3",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "ma35FLGokE64NuG1BMCL/Q==",
              "supplierGroupGuid": "14f9ad99-a8b1-4e90-b836-e1b504c08bfd",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2026-06-03T18:30:58.0593721",
              "rebateLastClaimedAmount": 1.0,
              "cartonsOnly": true,
              "minimumOrderValue": 1,
              "enforceMinimumQuantity": true,
              "freight": 19.0,
              "freightType": 20,
              "deleted": true,
              "deletedUser": "sample string 22",
              "storeName": "sample string 23",
              "primaryContact": {
                "$id": "10",
                "id": "760ffc86-d74b-4ccc-90de-575d7f9a0559",
                "identifier": "HzrEiE5I0U2831x2WLDHfQ==",
                "identifierGuid": "88c43a1f-484e-4dd1-bcdf-5c7658b0c77d",
                "familyName": "sample string 1",
                "givenNames": "sample string 2",
                "otherNames": "sample string 3",
                "title": "sample string 4",
                "dateOfBirth": "sample string 5",
                "sex": "sample string 6",
                "address": "sample string 7",
                "address1": "sample string 8",
                "address2": "sample string 9",
                "town": "sample string 10",
                "state": "sample string 11",
                "country": "sample string 12",
                "postalCode": "sample string 13",
                "telephone": "sample string 14",
                "mobile": "sample string 15",
                "email": "sample string 16",
                "fax": "sample string 17",
                "primary": true
              },
              "contacts": [
                {
                  "$id": "11",
                  "supplierIdentifier": "3JZ2GmBm8EyXFRMpc9JMJQ==",
                  "supplierIdentifierGuid": "1a7696dc-6660-4cf0-9715-132973d24c25",
                  "contactGuid": "kG/r/Caezk6+GrQxjuybXw==",
                  "contactID": "fceb6f90-9e26-4ece-be1a-b4318eec9b5f",
                  "contact": {
                    "$ref": "10"
                  },
                  "supplier": {
                    "$ref": "9"
                  }
                },
                {
                  "$ref": "11"
                }
              ],
              "products": [
                {
                  "$id": "12",
                  "pluG_UID": "0FcYEYzH90a+dKxFqKUflA==",
                  "pluGuid": "111857d0-c78c-46f7-be74-ac45a8a51f94",
                  "supplierIdentifier": "jZdeQGdI402BD1d7ki7ufA==",
                  "supplierIdentifierGuid": "405e978d-4867-4de3-810f-577b922eee7c",
                  "cartonQuantity": 1,
                  "cartonQuantityChanged": true,
                  "productSize": "sample string 3",
                  "cigarettesPerSleeve": 1,
                  "randomWeight": true,
                  "piecesPerUnit": 5,
                  "averagePackSize": 6,
                  "effectiveDate": "2026-06-03T18:30:58.0593721",
                  "pricedByWeight": true,
                  "landedUnitCostEx": 9,
                  "landedUnitCostInc": 10,
                  "landedCartonCostInc": 12,
                  "landedCartonCostEx": 13,
                  "standardCost": 14,
                  "deliveryFee": 1,
                  "deliveryFeeBasis": "sample string 15",
                  "pickAndPackFee": 1,
                  "pickAndPackFeeBasis": "sample string 16",
                  "financeFee": 1,
                  "financeFeeBasis": "sample string 17",
                  "cartonLength": 1,
                  "cartonWidth": 1,
                  "cartonHeight": 1,
                  "palletLayerQuantity": 1,
                  "palletLayers": 1,
                  "itemCode": "sample string 18",
                  "invoiceCode": "sample string 19",
                  "invoiceDesc": "sample string 20",
                  "orderDirect": true,
                  "useCost": true,
                  "minimumQuantity": 21,
                  "hostType": 22,
                  "fromHost": 23,
                  "minimumReorder": 1,
                  "maximumReorder": 1,
                  "orderMultiple": 24.1,
                  "sellMultiple": 25.1,
                  "baseMultiple": 26.1,
                  "hostStandardCost": 27,
                  "hostTotalCost": 28,
                  "hostRetail": 29,
                  "hostLandedUnitCostEx": 30,
                  "hostLandedUnitCostInc": 31,
                  "hostDesc": "sample string 32",
                  "directIndicator": "sample string 33",
                  "availableToOrder": true,
                  "hostRangeIndicator": "sample string 35",
                  "hostProductType": "sample string 36",
                  "hostProductGrade": "sample string 37",
                  "hostProductGroup": "sample string 38",
                  "hostSlowMoving": true,
                  "hostGeneralMerchandise": true,
                  "hostPillar": "sample string 41",
                  "hostLastUpdated": "2026-06-03T18:30:58.0593721",
                  "rebate": 1.0,
                  "rebateExclude": true,
                  "invoiceCodes": [
                    {
                      "$id": "13",
                      "pluG_UID": "vU2Hk4AjkUmPsWfRC4VKlw==",
                      "pluGuid": "93874dbd-2380-4991-8fb1-67d10b854a97",
                      "supplierIdentifier": "CzmrNZIQB0aGU64R2vAFdg==",
                      "supplierIdentifierGuid": "35ab390b-1092-4607-8653-ae11daf00576",
                      "invoiceCode": "sample string 1",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "13"
                    }
                  ],
                  "storeIDs": [
                    1,
                    2
                  ],
                  "preferredSupplier": true,
                  "preferredRebateSupplier": true,
                  "supplierName": "sample string 42",
                  "salesMode": 43,
                  "orderPacked": true,
                  "active": true,
                  "price": 1,
                  "costGstPercent": 45,
                  "parentPluG_UID": "UuOuWNXbrUiAaJj8wODiQQ==",
                  "parentPluGuid": "58aee352-dbd5-48ad-8068-98fcc0e0e241",
                  "freight": 46.0,
                  "freightType": 1,
                  "product": {
                    "$id": "14",
                    "plu": 1,
                    "storeID": 1,
                    "masterPluG_UID": "QEA=",
                    "storeIDs": [
                      1,
                      2
                    ],
                    "g_UId": "sLQ1Puo+W0eN9GWSqZViIw==",
                    "guid": "3e35b4b0-3eea-475b-8df4-6592a9956223",
                    "apn": "sample string 1",
                    "apnChanged": true,
                    "apnSwitched": true,
                    "barcode": "sample string 4",
                    "itemNumber": "sample string 5",
                    "itemNumberChanged": true,
                    "priceGroupG_UID": "gulUAkvHEE+vxQHPjsaIIg==",
                    "priceGroupGuid": "0254e982-c74b-4f10-afc5-01cf8ec68822",
                    "blueprintID": 1,
                    "lastCountedDate": "2026-06-03T18:30:58.0593721",
                    "externalID": "sample string 7",
                    "active": true,
                    "activated": "2026-06-03T18:30:58.0593721",
                    "pluCreated": "2026-06-03T18:30:58.0593721",
                    "createdByUser": "sample string 9",
                    "name": "sample string 10",
                    "nameChanged": true,
                    "secondDescription": "sample string 12",
                    "hostDescription": "sample string 13",
                    "keepCartonQty": true,
                    "keepDescription": true,
                    "keepDepartments": true,
                    "keepSuppliers": true,
                    "markdownDescription": "sample string 18",
                    "altDescription": "sample string 19",
                    "bestOrExpire": 20,
                    "lastUpdate": "2026-06-03T18:30:58.0593721",
                    "lastManualUpdate": "2026-06-03T18:30:58.0593721",
                    "imageName": "sample string 23",
                    "showImageOnFlipCharts": true,
                    "showTextOnFlipCharts": true,
                    "overrideFlipChartText": true,
                    "flipChartText": "sample string 27",
                    "salesMode": 1,
                    "eftCode": 1,
                    "price": 1,
                    "priceChanged": true,
                    "rrp": 1,
                    "gstPercent": 28,
                    "gstPercentChanged": true,
                    "costGSTPercent": 29,
                    "costGSTPercentChanged": true,
                    "wetPercent": 1,
                    "priceOverride": 1,
                    "cost": 1,
                    "currentCost": 1,
                    "currentCostDecimals": 1,
                    "grossProfit": 1.0,
                    "currentCostDesc": "sample string 30",
                    "currentCostEnd": "2026-06-03T18:30:58.0593721",
                    "currentCostUpdated": "2026-06-03T18:30:58.0593721",
                    "costDecimals": 31,
                    "costChanged": true,
                    "dealCostIdentifier": "QEA=",
                    "excludeFromRebate": true,
                    "rebateOverride": 1,
                    "costCalcMethod": 32,
                    "costCalcMethodChanged": true,
                    "costEffectiveDate": "2026-06-03T18:30:58.0593721",
                    "defaultGP": 1,
                    "breakTargetMode": 33,
                    "break1": 1,
                    "price1": 1,
                    "target1": 34,
                    "break2": 1,
                    "price2": 1,
                    "target2": 35,
                    "break3": 1,
                    "price3": 1,
                    "target3": 36,
                    "break1Changed": true,
                    "price1Changed": true,
                    "target1Changed": true,
                    "break2Changed": true,
                    "price2Changed": true,
                    "target2Changed": true,
                    "break3Changed": true,
                    "price3Changed": true,
                    "target3Changed": true,
                    "breakTargetModeChanged": true,
                    "margin": 1.1,
                    "marginChanged": true,
                    "marginRanged": true,
                    "marginRangedChanged": true,
                    "minimumMargin": 1.1,
                    "minimumMarginChanged": true,
                    "maximumMargin": 1.1,
                    "maximumMarginChanged": true,
                    "overrideHostWarehouseIndicator": true,
                    "overrideHostWarehouseIndicatorChanged": true,
                    "overrideHostPrice": true,
                    "overrideHostPriceChanged": true,
                    "overrideHostCost": true,
                    "overrideHostCostChanged": true,
                    "overrideHostMargin": true,
                    "overrideHostMarginChanged": true,
                    "alwaysApplyMargin": true,
                    "alwaysApplyMarginChanged": true,
                    "aws": 1.0,
                    "paws": 1.0,
                    "awsUpdated": "2026-06-03T18:30:58.0593721",
                    "posTare": 1,
                    "altPrice": 1.0,
                    "altPriceChanged": true,
                    "altPriceMode": 53,
                    "altPriceModeChanged": true,
                    "altPLUG_UID": "W11cTnxmt0GUrpvnvQBrTw==",
                    "altPLUGuid": "4e5c5d5b-667c-41b7-94ae-9be7bd006b4f",
                    "altPLUGuidChanged": true,
                    "altPriceDescription1": "sample string 54",
                    "altPriceDescription2": "sample string 55",
                    "cartonQuantity": 56,
                    "cartonQuantityChanged": true,
                    "trayID": 1,
                    "promptID": 1,
                    "tare": 1,
                    "packQty": 1,
                    "fixedWeight": 1,
                    "extraMesg": 1,
                    "text1": "sample string 58",
                    "text2": "sample string 59",
                    "text3": "sample string 60",
                    "labelText": "sample string 61",
                    "labelTextChanged": true,
                    "sendToScale": true,
                    "nonScaleWeigh": true,
                    "labelFormat": "sample string 65",
                    "barcodeFormat": "sample string 66",
                    "austMade": 1,
                    "coolCode": 67,
                    "countryOfOrigin": "sample string 68",
                    "percentContent": 69.1,
                    "departmentID": 1,
                    "subDepartmentID": 1,
                    "minorDepartmentID": 1,
                    "lesserDepartmentID": 1,
                    "deptCode": "sample string 70",
                    "subDeptCode": "sample string 71",
                    "minorDeptCode": "sample string 72",
                    "lesserDeptCode": "sample string 73",
                    "deptName": "sample string 74",
                    "subDeptName": "sample string 75",
                    "minorDeptName": "sample string 76",
                    "lesserDeptName": "sample string 77",
                    "departmentChanged": true,
                    "subCategoryID": 1,
                    "expiry": 1,
                    "showDays": 1,
                    "datePrint": 1,
                    "labelRequired": true,
                    "labelShelfQty": 80,
                    "labelShelfChanged": true,
                    "labelTalkerQty": 82,
                    "labelSmall": true,
                    "labelLastPrinted": "2026-06-03T18:30:58.0593721",
                    "labelLastPrice": 1,
                    "shelfPageLayoutG_UID": "cBlxAHBu9ESCmu6owrEH1g==",
                    "shelfPageLayoutGuid": "00711970-6e70-44f4-829a-eea8c2b107d6",
                    "talkerPageLayoutG_UID": "z3maIfsBI0WPkVrE2bpYVA==",
                    "talkerPageLayoutGuid": "219a79cf-01fb-4523-8f91-5ac4d9ba5854",
                    "unitMeasure": 1.1,
                    "unitMeasureChanged": true,
                    "unitMeasureKind": 85,
                    "unitMeasureKindChanged": true,
                    "signIQData": "sample string 87",
                    "refresh": true,
                    "earnLoyaltyPoints": true,
                    "earnLoyaltyPointsChanged": true,
                    "quantityOverride": true,
                    "quantityOverrideChanged": true,
                    "quantityRequired": true,
                    "quantityRequiredChanged": true,
                    "allowDiscounts": true,
                    "allowDiscountsChanged": true,
                    "discountDiscounts": true,
                    "discountDiscountsChanged": true,
                    "itemRecalled": true,
                    "itemRecalledChanged": true,
                    "noRefund": true,
                    "noRefundChanged": true,
                    "allowMarkdown": true,
                    "allowMarkdownChanged": true,
                    "priceRequired": true,
                    "priceRequiredChanged": true,
                    "fuelItem": true,
                    "fuelItemChanged": true,
                    "liabilityItem": true,
                    "trackSerial": true,
                    "trackSerialChanged": true,
                    "allowZeroPrice": true,
                    "allowZeroPriceChanged": true,
                    "notForSale": 92,
                    "notForSaleChanged": true,
                    "excludeFromDeals": true,
                    "excludeFromVoucher": true,
                    "minimumAge": 95,
                    "minimumAgeChanged": true,
                    "buyingLimit": 1,
                    "buyingLimitChanged": true,
                    "buyingLimitIndependent": true,
                    "buyingLimitIndependentChanged": true,
                    "inventoryGuid": "XXf/uLw1tkSRt1CF9B6Ebw==",
                    "inventoryIdentifier": "b8ff775d-35bc-44b6-91b7-5085f41e846f",
                    "inventoryAccuracy": 1,
                    "baseUnits": 99,
                    "orderPacked": 1,
                    "isManufactured": true,
                    "isIngredient": true,
                    "isModifier": true,
                    "isModifierChanged": true,
                    "hasModifiers": 100,
                    "defaultPrinter": "sample string 101",
                    "defaultPrinterGroup": "sample string 102",
                    "ingredientsOnManufacture": true,
                    "manufactureUnitMeasure": 1,
                    "mpl": 1,
                    "maxShelfQty": 103,
                    "allowAutoOrder": true,
                    "warrantyPeriod": 1,
                    "parentPluG_UId": "7gSD7axGgk6UkAXSjUVVMA==",
                    "parentPluGuid": "ed8304ee-46ac-4e82-9490-05d28d455530",
                    "preferredHostVendor": 105,
                    "preferredHostChanged": true,
                    "code": "sample string 107",
                    "supplierIdentifier": "IFkqIVOW1kih5XqgAxY6Og==",
                    "supplierIdentifierGuid": "212a5920-9653-48d6-a1e5-7aa003163a3a",
                    "supplierChanged": true,
                    "rebateSupplierIdentifier": "/3lU7Tz+QkCwnzeAfJh5gw==",
                    "rebateSupplierIdentifierGuid": "ed5479ff-fe3c-4042-b09f-37807c987983",
                    "rebateSupplierChanged": true,
                    "availableForOrder": true,
                    "warehouseDirectIndicator": "sample string 109",
                    "warehouseDirectIndicatorChanged": true,
                    "productGrade": "sample string 111",
                    "productType": "sample string 112",
                    "productGroup": "sample string 113",
                    "complianceIndicator": "sample string 114",
                    "inhouseBrand": "sample string 115",
                    "slowMoving": true,
                    "generalMerchandise": true,
                    "comment": "sample string 118",
                    "lastUpdatedByUser": "sample string 119",
                    "lastManualUpdatedByUser": "sample string 120",
                    "lastUpdatedByUserOverride": true,
                    "lastUpdatedByHost": "2026-06-03T18:30:58.0593721",
                    "commodity": "sample string 122",
                    "businessPillar": "sample string 123",
                    "mscCommodity": "sample string 124",
                    "hostIdentifier": "ud2rKIRqQ061LjdWjbLWCw==",
                    "hostIdentifierGuid": "28abddb9-6a84-4e43-b52e-37568db2d60b",
                    "serviceFeeID": 1,
                    "serviceFeeIDChanged": true,
                    "providerName": "sample string 126",
                    "aisleEnds": "sample string 127",
                    "deleted": true,
                    "deletedChanged": true,
                    "hidden": true,
                    "doNotRange": true,
                    "doNotRangeChanged": true,
                    "doNotOrder": true,
                    "doNotOrderChanged": true,
                    "locked": true,
                    "excludeFromWebUpdate": true,
                    "excludeFromWebUpdateChanged": true,
                    "webPriceBasedOn": 138,
                    "webPriceRounding": true,
                    "webMarkup": 140,
                    "webPriceMode": 141,
                    "altDepartmentID": 1,
                    "altSubDepartmentID": 1,
                    "altMinorDepartmentID": 1,
                    "altLesserDepartmentID": 1,
                    "altDeptCode": "sample string 142",
                    "altSubDeptCode": "sample string 143",
                    "altMinorDeptCode": "sample string 144",
                    "altLesserDeptCode": "sample string 145",
                    "altDepartmentChanged": true,
                    "storeProducts": [
                      {
                        "$ref": "14"
                      },
                      {
                        "$ref": "14"
                      }
                    ],
                    "store": {
                      "$ref": "3"
                    },
                    "storePrices": [
                      {
                        "$id": "15",
                        "pluG_UID": "9OZpbq8GiEqRCYHatYy2rw==",
                        "pluGuid": "6e69e6f4-06af-4a88-9109-81dab58cb6af",
                        "plu": 1,
                        "storeID": 1,
                        "zoneID": 2,
                        "zoneName": "sample string 3",
                        "store": "sample string 4",
                        "isElectedMasterStore": true,
                        "isZoneMasterStore": true,
                        "priceNow": 7,
                        "costNow": 8,
                        "costNowDecimals": 9,
                        "normalPrice": 10,
                        "priceNext": 1,
                        "costNext": 1,
                        "costNextDecimals": 11,
                        "nextCampaignName": "sample string 12",
                        "gstPercent": 13,
                        "normalCost": 14,
                        "normalCostDecimals": 15,
                        "costGstPercent": 16,
                        "costCalcMethod": 1,
                        "currentCost": 17,
                        "currentCostDecimals": 18,
                        "break1": 19,
                        "price1": 20,
                        "break2": 21,
                        "price2": 22,
                        "break3": 23,
                        "price3": 24,
                        "fuelItem": 25,
                        "fixedWeight": 26,
                        "active": true,
                        "complianceIndicator": "sample string 27",
                        "doNotOrder": true,
                        "doNotRange": true,
                        "isNormalPriceChangesCampaign": true,
                        "updated": "2026-06-03T18:30:58.0593721"
                      },
                      {
                        "$ref": "15"
                      }
                    ],
                    "currentPrices": {
                      "$id": "16",
                      "pluPrices": {
                        "$id": "17",
                        "plu": 1,
                        "pluG_UID": "QEA=",
                        "stores": [
                          1,
                          2
                        ],
                        "normalPrice": 1,
                        "cost": 2,
                        "break1": 3,
                        "price1": 4,
                        "break2": 5,
                        "price2": 6,
                        "break3": 7,
                        "price3": 8,
                        "discountPrice": 9,
                        "memberDiscountPrice": 10,
                        "acceptedUtc": "2026-06-03T18:30:58.0593721",
                        "priceChangeType": 0,
                        "costDecimals": 11,
                        "costCalcMethod": 12,
                        "targetCampaignPriceGtOrEquNormal": true
                      },
                      "normalPluPrices": {
                        "$ref": "17"
                      },
                      "winningCampaign": 1,
                      "winner": {
                        "$id": "18",
                        "campaignName": "sample string 1",
                        "campaignDescription": "sample string 2",
                        "talkerText": "sample string 3",
                        "disableWasSave": true,
                        "startDate": "2026-06-03T18:30:58.0593721",
                        "startTime": 5,
                        "endDate": "2026-06-03T18:30:58.0593721",
                        "endTime": 6,
                        "newPrice": 7,
                        "newCost": 8,
                        "newCostDecimals": 9,
                        "pctDiscount": 10,
                        "promoType": 1,
                        "promotionTypeCode": "sample string 11",
                        "hostType": 12,
                        "hostIdentifier": "8YH4QwSbEkq3YzCXuK7SAA==",
                        "hostIdentifierGuid": "43f881f1-9b04-4a12-b763-3097b8aed200",
                        "storeNames": [
                          "sample string 1",
                          "sample string 2"
                        ]
                      },
                      "details": [
                        {
                          "$ref": "18"
                        },
                        {
                          "$ref": "18"
                        }
                      ]
                    },
                    "tray": {
                      "$id": "19",
                      "g_UId": "QqJITRbFOESM56QMZgbKWQ==",
                      "guid": "4d48a242-c516-4438-8ce7-a40c6606ca59",
                      "name": "sample string 1",
                      "number": 1,
                      "tare": 1
                    },
                    "priceGroup": {
                      "$id": "20",
                      "priceGroupG_UID": "atTWTsH1RkCTWEEiGfM2Mw==",
                      "priceGroupGuid": "4ed6d46a-f5c1-4046-9358-412219f33633",
                      "name": "sample string 2",
                      "code": 1,
                      "modified": true,
                      "updated": "2026-06-03T18:30:58.0593721",
                      "buyingLimit": 1,
                      "buyingLimitIndependent": true,
                      "buyingLimitType": 0,
                      "number": 1,
                      "products": [
                        {
                          "$ref": "14"
                        },
                        {
                          "$ref": "14"
                        }
                      ],
                      "productCount": 1
                    },
                    "priceGroupName": "sample string 147",
                    "nutrifacts": {
                      "$id": "21",
                      "pluG_UID": "eeh2waiXTkajCO96cqESBg==",
                      "pluGuid": "c176e879-97a8-464e-a308-ef7a72a11206",
                      "plu": 1,
                      "servingsPerPack": 1,
                      "servingSize": 1,
                      "showAllergens": 1,
                      "energy": 1,
                      "protein": 1,
                      "fat": 1,
                      "saturated": 1,
                      "carbo": 1,
                      "sugars": 1,
                      "sodium": 1,
                      "potasium": 1,
                      "calcium": 1,
                      "fibre": 1,
                      "soya": 1,
                      "nutsSeeds": 1,
                      "shells": 1,
                      "eggs": 1,
                      "dairy": 1,
                      "gluten": 1,
                      "sulphites": 1,
                      "peanuts": 1,
                      "sesame": 1,
                      "fish": 1,
                      "lupins": 1
                    },
                    "dates": {
                      "$id": "22",
                      "pluGuid": "4c3e4e5b-1faa-4433-a1cd-ff0c83eb5caa",
                      "created": "2026-06-03T18:30:58.0593721",
                      "createdByUser": "sample string 1",
                      "activated": "2026-06-03T18:30:58.0593721",
                      "activatedByUser": "sample string 2",
                      "deactivated": "2026-06-03T18:30:58.0593721",
                      "deactivatedByUser": "sample string 3",
                      "lastOrdered": "2026-06-03T18:30:58.0593721",
                      "lastOrderedQty": 4.0,
                      "lastReceived": "2026-06-03T18:30:58.0593721",
                      "lastReceivedQty": 5.0,
                      "lastInvoiceStatus": 1,
                      "lastCounted": "2026-06-03T18:30:58.0593721",
                      "lastSold": "2026-06-03T18:30:58.0593721",
                      "firstSold": "2026-06-03T18:30:58.0593721",
                      "awsUpdated": "2026-06-03T18:30:58.0593721",
                      "lastManualUpdate": "2026-06-03T18:30:58.0593721",
                      "lastManualUpdatedByUser": "sample string 7",
                      "lastUpdated": "2026-06-03T18:30:58.0593721",
                      "lastUpdatedByUser": "sample string 9",
                      "lastUpdatedByHost": "2026-06-03T18:30:58.0593721",
                      "doNotRangeUpdated": "2026-06-03T18:30:58.0593721",
                      "doNotOrderUpdated": "2026-06-03T18:30:58.0593721",
                      "tracked": "2026-06-03T18:30:58.0593721"
                    },
                    "allergens": [
                      {
                        "$id": "23",
                        "primaryKey": {
                          "$id": "24",
                          "pluGuid": "284517ba-ff94-4cf7-8d1b-20f721cea810",
                          "contains": 2
                        },
                        "allergenID": 1,
                        "pluG_UID": "uhdFKJT/90yNGyD3Ic6oEA==",
                        "pluGuid": "284517ba-ff94-4cf7-8d1b-20f721cea810",
                        "contains": 2,
                        "allergenName": "sample string 3",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "23"
                      }
                    ],
                    "costs": {
                      "$id": "25",
                      "pluG_UID": "5WTdrZ92jkqLANfsqvhJBA==",
                      "pluGuid": "addd64e5-769f-4a8e-8b00-d7ecaaf84904",
                      "enteredCost": 1,
                      "weightedAvgCost": 1,
                      "lastCost": 1,
                      "rawEnteredCost": 2,
                      "rawWeightedAvgCost": 3,
                      "rawLastCost": 4,
                      "freight": 5.0,
                      "freightType": 6,
                      "costDecimals": 7,
                      "fifoCost": 1,
                      "updated": "2026-06-03T18:30:58.0593721",
                      "normalCost": 1,
                      "currentCost": 1
                    },
                    "sales": [
                      {
                        "$id": "26",
                        "saleHeaderID": 1,
                        "created": "2026-06-03T18:30:58.0593721",
                        "createdLocal": "2026-06-03T18:30:58.0593721",
                        "storeID": 3,
                        "storeName": "sample string 4",
                        "operatorG_Uid": "7hfwDE6O5Eia+sq38W616g==",
                        "operatorGuid": "0cf017ee-8e4e-48e4-9afa-cab7f16eb5ea",
                        "operatorName": "sample string 5",
                        "tranType": 1,
                        "plu": 1,
                        "pluG_UId": "UOzqxuD5j0Gv348GjDTXBw==",
                        "pluGuid": "c6eaec50-f9e0-418f-afdf-8f068c34d707",
                        "normalPrice": 1,
                        "totalCents": 1,
                        "cost": 1,
                        "grossProfit": 1,
                        "quantity": 1,
                        "operator": {
                          "$id": "27",
                          "id": 1,
                          "g_Uid": "5omUFETNu0qGq8yIbOhP4Q==",
                          "guid": "149489e6-cd44-4abb-86ab-cc886ce84fe1",
                          "operatorNumber": 1,
                          "shortName": "sample string 2",
                          "firstName": "sample string 3",
                          "lastName": "sample string 4",
                          "password": "sample string 5",
                          "hasPassword": true,
                          "passwordText": "sample string 6",
                          "rfidTagID": "sample string 7",
                          "blueprintID": 1,
                          "groupID": 1,
                          "groupName": "sample string 8",
                          "managerGroupID": 1,
                          "managerGroupName": "sample string 9",
                          "zoneID": 1,
                          "zoneName": "sample string 10",
                          "loggedIn": 1,
                          "lastUsedIP": "sample string 11",
                          "deleted": true,
                          "locked": true,
                          "allowOpenTill": true,
                          "webEmail": "sample string 14",
                          "simpleOperatorType": 0,
                          "webRole": "sample string 15",
                          "updated": "2026-06-03T18:30:58.0593721",
                          "passwordResetRequired": true,
                          "alteredInStore": true,
                          "startShift": "2026-06-03T18:30:58.0593721",
                          "endShift": "2026-06-03T18:30:58.0593721",
                          "machineName": "sample string 20",
                          "drawerID": 1,
                          "stores": [
                            {
                              "$id": "28",
                              "operatorG_UID": "4FwgfKJsL0SrqdTVHk7IJQ==",
                              "operatorGuid": "7c205ce0-6ca2-442f-aba9-d4d51e4ec825",
                              "storeID": 2,
                              "operator": {
                                "$ref": "27"
                              },
                              "store": {
                                "$ref": "3"
                              }
                            },
                            {
                              "$ref": "28"
                            }
                          ]
                        }
                      },
                      {
                        "$ref": "26"
                      }
                    ],
                    "apns": [
                      {
                        "$id": "29",
                        "pluID": 1,
                        "pluG_UID": "ARj1fdOKBk2D7AOSTu6GzQ==",
                        "pluGuid": "7df51801-8ad3-4d06-83ec-03924eee86cd",
                        "apn": "sample string 1",
                        "deleted": true,
                        "storeID": 1,
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "29"
                      }
                    ],
                    "tuns": [
                      {
                        "$id": "30",
                        "pluG_UId": "PPjPpunnT0W1TERUrV/VGA==",
                        "pluGuid": "a6cff83c-e7e9-454f-b54c-4454ad5fd518",
                        "apn": "sample string 1",
                        "tun": "sample string 2",
                        "cartonQuantity": 3,
                        "product": {
                          "$ref": "14"
                        },
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "30"
                      }
                    ],
                    "competitionPricing": [
                      {
                        "$id": "31",
                        "identifier": "6TEcXYnzGU6DvATD6QetRQ==",
                        "identifierGuid": "5d1c31e9-f389-4e19-83bc-04c3e907ad45",
                        "pluG_UID": "8Tpj1ZTWrUuAIxEmXY0T3w==",
                        "pluGuid": "d5633af1-d694-4bad-8023-11265d8d13df",
                        "competitionID": 1,
                        "name": "sample string 2",
                        "sellMultiple": 3,
                        "retailPrice": 4,
                        "storeName": "sample string 5"
                      },
                      {
                        "$ref": "31"
                      }
                    ],
                    "supplier": {
                      "$ref": "9"
                    },
                    "supplierName": "sample string 148",
                    "children": [
                      {
                        "$ref": "14"
                      },
                      {
                        "$ref": "14"
                      }
                    ],
                    "ordering": {
                      "$ref": "12"
                    },
                    "flipChartPages": [
                      {
                        "$id": "32",
                        "identifier": "gVrF+73SG06gz4Ic93N5MQ==",
                        "groupName": "sample string 1",
                        "identifierGuid": "fbc55a81-d2bd-4e1b-a0cf-821cf7737931",
                        "exists": true,
                        "flipChartIdentifier": "CpDs/VTKgEewdfsfI0u6rA==",
                        "flipChartIdentifierGuid": "fdec900a-ca54-4780-b075-fb1f234bbaac",
                        "contentPanelName": "sample string 5",
                        "selectionMode": 1,
                        "maximumSelections": 1,
                        "enableProductRecogniser": true,
                        "displayName": "sample string 7",
                        "sortOrder": 8,
                        "storeID": 1,
                        "productsPerRow": 9,
                        "rows": 10,
                        "showButtonText": true,
                        "showButtonImage": true,
                        "buttonWidth": 13,
                        "buttonHeight": 14,
                        "autoSizeButtons": true,
                        "autoSizeGrid": true,
                        "buttonAnchor": 17,
                        "buttonBackgroundImage": "sample string 18",
                        "buttonTopColour": 1,
                        "buttonTextColour": 1,
                        "buttonBottomColour": 1,
                        "buttonBorderColour": 1,
                        "buttonBorderWidth": 1,
                        "buttonRadius": 1,
                        "buttonGradientMode": 1,
                        "buttonDropShadow": true,
                        "buttonShadowWidth": 1,
                        "buttonHighLightOnPush": true,
                        "buttonFontFamily": "sample string 19",
                        "buttonFontSize": 1.1,
                        "buttonFontStyle": 1,
                        "buttonTextAlign": 1,
                        "buttonWordBreak": true,
                        "buttonDrawImageAndButton": true,
                        "buttonVerticalText": true,
                        "buttonImageAlign": 1,
                        "buttonMarginX": 20,
                        "buttonMarginY": 21,
                        "beginButtonsX": 22,
                        "beginButtonsY": 23,
                        "manualSortProducts": true,
                        "sortProductsKind": 25,
                        "groupIdentifier": "dPDJqfi2tUONwedkMbg+CQ==",
                        "groupIdentifierGuid": "a9c9f074-b6f8-43b5-8dc1-e76431b83e09",
                        "flipChart": {
                          "$id": "33",
                          "identifier": "6o56861Q402ed1lcmfvtLg==",
                          "identifierGuid": "f37a8eea-50ad-4de3-9e77-595c99fbed2e",
                          "displayName": "sample string 2",
                          "sortOrder": 3,
                          "productsPerRow": 4,
                          "rowsPerPage": 5,
                          "buttonMarginX": 6,
                          "buttonMarginY": 7,
                          "beginButtonsX": 8,
                          "beginButtonsY": 9,
                          "autoSizeButtons": true,
                          "autoSizeGrid": true,
                          "showButtonText": true,
                          "showButtonImage": true,
                          "formLocationX": 1,
                          "formLocationY": 1,
                          "formWidth": 14,
                          "formHeight": 15,
                          "formMaximised": true,
                          "formResizable": true,
                          "formBackgroundImage": "sample string 16",
                          "formBackgroundColourA": 1,
                          "formBackgroundColourR": 1,
                          "formBackgroundColourG": 1,
                          "formBackgroundColourB": 1,
                          "formFontFamily": "sample string 17",
                          "formFontSize": 1.1,
                          "formFontStyle": 1,
                          "formAttributes": "sample string 18",
                          "buttonWidth": 19,
                          "buttonHeight": 20,
                          "buttonAnchor": 21,
                          "buttonBackgroundImage": "sample string 22",
                          "buttonTopColour": 1,
                          "buttonTextColour": 1,
                          "buttonBottomColour": 1,
                          "buttonBorderColour": 1,
                          "buttonBorderWidth": 1,
                          "buttonRadius": 1,
                          "buttonGradientMode": 1,
                          "buttonDropShadow": true,
                          "buttonShadowWidth": 1,
                          "buttonHighLightOnPush": true,
                          "buttonFontFamily": "sample string 23",
                          "buttonFontSize": 1.1,
                          "buttonFontStyle": 1,
                          "buttonTextAlign": 1,
                          "buttonWordBreak": true,
                          "buttonDrawImageAndButton": true,
                          "buttonVerticalText": true,
                          "buttonImageAlign": 1,
                          "panelLocationX": 1,
                          "panelLocationY": 1,
                          "panelWidth": 1,
                          "panelHeight": 1,
                          "panelAnchor": 1,
                          "panelFontFamily": "sample string 24",
                          "panelFontSize": 1.1,
                          "panelFontStyle": 1,
                          "panelBackgroundColour": 1,
                          "panelTextColour": 1,
                          "panelAttributes": "sample string 25",
                          "unsentCount": 26,
                          "group": {
                            "$id": "34",
                            "identifier": "lzeEaL6AoEWfnHHw0KOJkQ==",
                            "identifierGuid": "68843797-80be-45a0-9f9c-71f0d0a38991",
                            "name": "sample string 2",
                            "formType": "sample string 3",
                            "forms": [
                              {
                                "$id": "35",
                                "id": 1,
                                "g_UID": "l64dG57/+0y3QWsN9BfkaQ==",
                                "guid": "1b1dae97-ff9e-4cfb-b741-6b0df417e469",
                                "zoneID": 3,
                                "storeID": 4,
                                "name": "sample string 5",
                                "formType": "sample string 6",
                                "locationX": 1,
                                "locationY": 1,
                                "width": 1,
                                "height": 1,
                                "maximised": true,
                                "resizable": true,
                                "backgroundImage": "sample string 7",
                                "backgroundColour": "sample string 8",
                                "backgroundColourA": 1,
                                "backgroundColourR": 1,
                                "backgroundColourG": 1,
                                "backgroundColourB": 1,
                                "fontFamily": "sample string 9",
                                "fontSize": 1.1,
                                "fontStyle": 1,
                                "previousForm": 1,
                                "previousFormG_UID": "1tGOE+1C0UeTUIiX+5iRfA==",
                                "previousFormGuid": "138ed1d6-42ed-47d1-9350-8897fb98917c",
                                "nextForm": 1,
                                "nextFormG_UID": "sCWBYnyYi0ivZ77ZSzb/sw==",
                                "nextFormGuid": "628125b0-987c-488b-af67-bed94b36ffb3",
                                "attributes": "sample string 10",
                                "updated": "2026-06-03T18:30:58.0593721",
                                "positioning": 1,
                                "contentPanel": "sample string 11",
                                "selectionMode": 1,
                                "maximumSelections": 1,
                                "alteredInStore": true,
                                "deleted": true,
                                "blueprintID": 1,
                                "preserveLayout": true,
                                "mainCheckoutFormName": "sample string 13",
                                "nextCheckoutForm": {
                                  "$ref": "35"
                                },
                                "previousCheckoutForm": {
                                  "$ref": "35"
                                },
                                "buttons": [
                                  {
                                    "$id": "36",
                                    "id": 1,
                                    "checkoutFormID": 2,
                                    "checkoutFormG_UID": "vOJXNBEtB0y41l4nAvRa+A==",
                                    "checkoutFormGuid": "3457e2bc-2d11-4c07-b8d6-5e2702f45af8",
                                    "identifier": "uC4fbQyhQ0KRlS1Dy0CqIw==",
                                    "identifierGuid": "6d1f2eb8-a10c-4243-9195-2d43cb40aa23",
                                    "name": "sample string 5",
                                    "plu": 1,
                                    "locationX": 1,
                                    "locationY": 1,
                                    "width": 1,
                                    "height": 1,
                                    "anchor": 1,
                                    "backgroundImage": "sample string 6",
                                    "backgroundImageID": 1,
                                    "backgroundImageUrl": "sample string 7",
                                    "topColour": 1,
                                    "textColour": 1,
                                    "bottomColour": 1,
                                    "borderColour": 1,
                                    "borderWidth": 1,
                                    "radius": 1,
                                    "gradientMode": 1,
                                    "dropShadow": true,
                                    "shadowWidth": 1,
                                    "highLightOnPush": true,
                                    "fontFamily": "sample string 8",
                                    "fontSize": 1.1,
                                    "fontStyle": 1,
                                    "textAlign": 1,
                                    "imageAlign": 1,
                                    "wordBreak": true,
                                    "verticalText": true,
                                    "buttonFunction": 1,
                                    "buttonValue": 1,
                                    "valueG_UID": "lr9nKb7vlU+yNKNXZKsKCA==",
                                    "valueGuid": "2967bf96-efbe-4f95-b234-a35764ab0a08",
                                    "buttonText": "sample string 10",
                                    "valueText": "sample string 11",
                                    "drawImageAndButton": true,
                                    "updated": "2026-06-03T18:30:58.0593721",
                                    "action": "sample string 12",
                                    "valueForm": {
                                      "$ref": "35"
                                    },
                                    "image": {
                                      "$id": "37",
                                      "name": "sample string 3.sample string 4",
                                      "imageID": 2,
                                      "imageName": "sample string 3",
                                      "imageExtension": "sample string 4",
                                      "lastUpdate": "2026-06-03T18:30:58.0593721",
                                      "imageData": "QEA=",
                                      "readOnly": true
                                    }
                                  },
                                  {
                                    "$ref": "36"
                                  }
                                ],
                                "panels": [
                                  {
                                    "$id": "38",
                                    "id": 1,
                                    "checkoutFormID": 2,
                                    "checkoutFormG_UID": "mjaUzkm7vkuk1VGVFffz5w==",
                                    "checkoutFormGuid": "ce94369a-bb49-4bbe-a4d5-519515f7f3e7",
                                    "panelType": "sample string 4",
                                    "name": "sample string 5",
                                    "locationX": 6,
                                    "locationY": 7,
                                    "width": 8,
                                    "height": 9,
                                    "anchor": 10,
                                    "fontFamily": "sample string 11",
                                    "fontSize": 12.1,
                                    "fontStyle": 13,
                                    "backgroundColour": 14,
                                    "textColour": 15,
                                    "attributes": "sample string 16"
                                  },
                                  {
                                    "$ref": "38"
                                  }
                                ]
                              },
                              {
                                "$ref": "35"
                              }
                            ],
                            "panels": [
                              {
                                "$ref": "38"
                              },
                              {
                                "$ref": "38"
                              }
                            ]
                          },
                          "pages": [
                            {
                              "$ref": "32"
                            },
                            {
                              "$ref": "32"
                            }
                          ]
                        },
                        "contentPanel": {
                          "$ref": "38"
                        },
                        "products": [
                          {
                            "$id": "39",
                            "flipChartPageIdentifier": "fMpKNLTlU0Wp6pLYpCh30A==",
                            "flipChartPageIdentifierGuid": "344aca7c-e5b4-4553-a9ea-92d8a42877d0",
                            "pluG_UID": "ek5TsYt9Vk+Ko1/xZflQtw==",
                            "pluGuid": "b1534e7a-7d8b-4f56-8aa3-5ff165f950b7",
                            "sortOrder": 3,
                            "sent": true,
                            "productChanged": true,
                            "productImageName": "sample string 6",
                            "productShowImageOnFlipCharts": true,
                            "productShowTextOnFlipCharts": true,
                            "productOverrideFlipChartText": true,
                            "productFlipChartText": "sample string 10",
                            "product": {
                              "$ref": "14"
                            },
                            "departmentSortOrder": 11,
                            "subDepartmentName": "sample string 12"
                          },
                          {
                            "$ref": "39"
                          }
                        ],
                        "productCount": 27,
                        "pages": [
                          {
                            "$ref": "32"
                          },
                          {
                            "$ref": "32"
                          }
                        ]
                      },
                      {
                        "$ref": "32"
                      }
                    ],
                    "priceHistory": [
                      {
                        "$id": "40",
                        "pluG_UID": "IHxh+Ud9l0aBqywGmxtFmg==",
                        "pluGuid": "f9617c20-7d47-4697-81ab-2c069b1b459a",
                        "price": 1,
                        "costCalcMethod": 1,
                        "cost": 2,
                        "weightedAvgCost": 3,
                        "lastCost": 4,
                        "rawCost": 5,
                        "rawWeightedAvgCost": 6,
                        "rawLastCost": 7,
                        "costDecimals": 8,
                        "serviceFeeID": 9,
                        "freight": 10.0,
                        "freightType": 11,
                        "process": "sample string 12",
                        "user": "sample string 13",
                        "updated": "2026-06-03T18:30:58.0593721",
                        "previousPrice": 1,
                        "previousCostCalcMethod": 1,
                        "previousCost": 1,
                        "previousWeightedAvgCost": 1,
                        "previousLastCost": 1,
                        "previousRawCost": 15,
                        "previousRawWeightedAvgCost": 16,
                        "previousRawLastCost": 17,
                        "previousCostDecimals": 1,
                        "previousServiceFeeID": 18,
                        "previousFreight": 19.0,
                        "previousFreightType": 20,
                        "storeID": 21,
                        "storeName": "sample string 22",
                        "serviceFeeDescription": "sample string 23",
                        "previousServiceFeeDescription": "sample string 24"
                      },
                      {
                        "$ref": "40"
                      }
                    ],
                    "ingredients": [
                      {
                        "$id": "41",
                        "pluG_UID": "12HYlVgrDEu03AkfeGpfaQ==",
                        "ingredientGuid": "U8Yz4FaN00u2iDa9V46VLw==",
                        "ingredientIdentifier": "e033c653-8d56-4bd3-b688-36bd578e952f",
                        "quantity": 1.0,
                        "storeIDs": [
                          1,
                          2
                        ],
                        "ingredientText": "sample string 1",
                        "ingredient": {
                          "$ref": "14"
                        }
                      },
                      {
                        "$ref": "41"
                      }
                    ],
                    "bins": [
                      {
                        "$id": "42",
                        "pluG_UID": "dJY8+GQJX0iANQs3Cu/HnQ==",
                        "pluGuid": "f83c9674-0964-485f-8035-0b370aefc79d",
                        "shelfLocationIdentifier": "ESa3DO+ohUGZyM74EU5T6A==",
                        "shelfLocationGuid": "0cb72611-a8ef-4185-99c8-cef8114e53e8",
                        "labelShelfDefault": 1,
                        "labelTalkerDefault": 1,
                        "labelSmall": true,
                        "labelPageLayoutG_UID": "yScSZWERwEq85UzwrcJYFQ==",
                        "labelPageLayoutGuid": "651227c9-1161-4ac0-bce5-4cf0adc25815",
                        "updated": "2026-06-03T18:30:58.0593721",
                        "electronicShelfLabelIdentifier": "sample string 5",
                        "electronicshelfLabelsConfigurationID": 6,
                        "labelShelfChanged": true,
                        "productName": "sample string 8",
                        "locationText": "sample string 9",
                        "product": {
                          "$ref": "14"
                        },
                        "location": {
                          "$id": "43",
                          "identifier": "LCsdYXHwik2PUlZiHStEeA==",
                          "storeID": 1,
                          "identifierGuid": "611d2b2c-f071-4d8a-8f52-56621d2b4478",
                          "name": "sample string 2",
                          "haccp": true,
                          "blueprintID": 1,
                          "updated": "2026-06-03T18:30:58.0593721",
                          "minTemp": 1,
                          "maxTemp": 1,
                          "checkFrequency": 1,
                          "storeCaseConfiguration": 5,
                          "storeName": "sample string 6",
                          "bins": [
                            {
                              "$ref": "42"
                            },
                            {
                              "$ref": "42"
                            }
                          ]
                        }
                      },
                      {
                        "$ref": "42"
                      }
                    ],
                    "bin": {
                      "$ref": "42"
                    },
                    "scaleLocations": [
                      {
                        "$id": "44",
                        "plu": 1,
                        "pluG_UID": "YCMGcHuh3UGB2gnpwQAJwg==",
                        "pluGuid": "70062360-a17b-41dd-81da-09e9c10009c2",
                        "deptNo": 1,
                        "product": {
                          "$ref": "14"
                        },
                        "scaleLocation": {
                          "$id": "45",
                          "id": 1,
                          "deptNo": 1,
                          "deptCode": "sample string 2",
                          "name": "sample string 3",
                          "enabled": true,
                          "updated": "2026-06-03T18:30:58.0593721",
                          "department": {
                            "$id": "46",
                            "id": 1,
                            "name": "sample string 2",
                            "code": "sample string 3",
                            "sortOrder": 4,
                            "isLiquor": true,
                            "isTobacco": true,
                            "excludeTalker": true,
                            "externalSales": true,
                            "saleGLCode": "sample string 9",
                            "cogsglCode": "sample string 10",
                            "accountingCategoryID": 11,
                            "maximumMarkdownPercentage": 12.0,
                            "accountingOnly": true,
                            "generateExternalID": 1,
                            "useNonReportableTaxCode": true,
                            "minPLU": 15,
                            "maxPLU": 16,
                            "scaleLocation": {
                              "$ref": "45"
                            },
                            "subDepartments": [
                              {
                                "$id": "47",
                                "id": 1,
                                "departmentID": 2,
                                "name": "sample string 3",
                                "code": "sample string 4",
                                "departmentCode": "sample string 5",
                                "externalSales": true,
                                "minorDepartments": [
                                  {
                                    "$id": "48",
                                    "id": 1,
                                    "subDepartmentID": 2,
                                    "departmentID": 3,
                                    "name": "sample string 4",
                                    "subDepartmentCode": "sample string 5",
                                    "departmentCode": "sample string 6",
                                    "code": "sample string 7",
                                    "lesserDepartments": [
                                      {
                                        "$id": "49",
                                        "id": 1,
                                        "departmentID": 2,
                                        "subDepartmentID": 3,
                                        "minorDepartmentID": 4,
                                        "name": "sample string 5",
                                        "code": "sample string 6",
                                        "departmentCode": "sample string 7",
                                        "subDepartmentCode": "sample string 8",
                                        "minorDepartmentCode": "sample string 9",
                                        "updated": "2026-06-03T18:30:58.0593721",
                                        "salesMode": 1,
                                        "gstPercent": 1,
                                        "costGSTPercent": 1,
                                        "earnLoyaltyPoints": true,
                                        "quantityOverride": true,
                                        "quantityRequired": true,
                                        "allowDiscounts": true,
                                        "discountDiscounts": true,
                                        "itemRecalled": true,
                                        "noRefund": true,
                                        "active": true,
                                        "allowMarkdown": true,
                                        "defaultGP": 1.1,
                                        "labelShelfDefault": 1,
                                        "labelTalkerDefault": 1,
                                        "labelSmall": true,
                                        "tags": "sample string 11",
                                        "unitMeasureKind": 1,
                                        "fuelItem": true,
                                        "trackSerial": true,
                                        "warrantyPeriod": 1,
                                        "costCalcMethod": 1,
                                        "providerName": "sample string 12",
                                        "overrideHostMargin": true,
                                        "keepDescription": true,
                                        "mscCommodity": "sample string 15",
                                        "allowAutoOrder": true,
                                        "excludeFromWebUpdate": true,
                                        "webPriceBasedOn": true,
                                        "labelFormat": "sample string 16",
                                        "sendToScale": true,
                                        "labelPageLayoutG_UID": "d4AOYUQKIE+QJGxaW2BkEQ==",
                                        "labelPageLayoutGuid": "610e8077-0a44-4f20-9024-6c5a5b606411",
                                        "minimumAge": 17,
                                        "countryOfOrigin": "sample string 18",
                                        "serviceFeeID": 1,
                                        "eftCode": 19,
                                        "defaultPrinter": "sample string 20",
                                        "defaultPrinterGroup": "sample string 21",
                                        "buyingLimit": 1,
                                        "buyingLimitIndependent": true,
                                        "buyingLimitType": 0,
                                        "includeInDistinctLimit": true,
                                        "defaultsEmpty": false,
                                        "mscCat": {
                                          "$id": "50",
                                          "dept": 1,
                                          "category": 2,
                                          "name": "sample string 3",
                                          "active": true,
                                          "mscCommodities": [
                                            {
                                              "$id": "51",
                                              "dept": 1,
                                              "category": 2,
                                              "commodity": 3,
                                              "name": "sample string 4",
                                              "active": true,
                                              "mscSubCommodities": [
                                                {
                                                  "$id": "52",
                                                  "dept": 1,
                                                  "category": 2,
                                                  "commodity": 3,
                                                  "subCommodity": 4,
                                                  "name": "sample string 5",
                                                  "active": true,
                                                  "subCommodityCode": "sample string 7"
                                                },
                                                {
                                                  "$ref": "52"
                                                }
                                              ],
                                              "commodityCode": "sample string 6"
                                            },
                                            {
                                              "$ref": "51"
                                            }
                                          ],
                                          "categoryCode": "sample string 5"
                                        },
                                        "mscCom": {
                                          "$ref": "51"
                                        },
                                        "mscDep": {
                                          "$id": "53",
                                          "dept": 1,
                                          "name": "sample string 2",
                                          "active": true,
                                          "mscCategories": [
                                            {
                                              "$ref": "50"
                                            },
                                            {
                                              "$ref": "50"
                                            }
                                          ],
                                          "deptCode": "sample string 4"
                                        },
                                        "mscSubCom": {
                                          "$ref": "52"
                                        }
                                      },
                                      {
                                        "$ref": "49"
                                      }
                                    ],
                                    "updated": "2026-06-03T18:30:58.0593721",
                                    "salesMode": 1,
                                    "gstPercent": 1,
                                    "costGSTPercent": 1,
                                    "earnLoyaltyPoints": true,
                                    "quantityOverride": true,
                                    "quantityRequired": true,
                                    "allowDiscounts": true,
                                    "discountDiscounts": true,
                                    "itemRecalled": true,
                                    "noRefund": true,
                                    "active": true,
                                    "allowMarkdown": true,
                                    "defaultGP": 1.1,
                                    "labelShelfDefault": 1,
                                    "labelTalkerDefault": 1,
                                    "labelSmall": true,
                                    "tags": "sample string 9",
                                    "unitMeasureKind": 1,
                                    "fuelItem": true,
                                    "trackSerial": true,
                                    "warrantyPeriod": 1,
                                    "costCalcMethod": 1,
                                    "providerName": "sample string 10",
                                    "overrideHostMargin": true,
                                    "keepDescription": true,
                                    "mscCommodity": "sample string 13",
                                    "allowAutoOrder": true,
                                    "excludeFromWebUpdate": true,
                                    "webPriceBasedOn": true,
                                    "labelFormat": "sample string 14",
                                    "sendToScale": true,
                                    "labelPageLayoutG_UID": "LuJTpQ5rEkyjkFqNUZCVUA==",
                                    "labelPageLayoutGuid": "a553e22e-6b0e-4c12-a390-5a8d51909550",
                                    "minimumAge": 15,
                                    "countryOfOrigin": "sample string 16",
                                    "serviceFeeID": 1,
                                    "eftCode": 17,
                                    "defaultPrinter": "sample string 18",
                                    "defaultPrinterGroup": "sample string 19",
                                    "buyingLimit": 1,
                                    "buyingLimitIndependent": true,
                                    "buyingLimitType": 0,
                                    "includeInDistinctLimit": true,
                                    "defaultsEmpty": false,
                                    "mscCat": {
                                      "$ref": "50"
                                    },
                                    "mscCom": {
                                      "$ref": "51"
                                    },
                                    "mscDep": {
                                      "$ref": "53"
                                    },
                                    "mscSubCom": {
                                      "$ref": "52"
                                    }
                                  },
                                  {
                                    "$ref": "48"
                                  }
                                ],
                                "investmentBuyOverride": true,
                                "updated": "2026-06-03T18:30:58.0593721",
                                "salesMode": 1,
                                "gstPercent": 1,
                                "costGSTPercent": 1,
                                "earnLoyaltyPoints": true,
                                "quantityOverride": true,
                                "quantityRequired": true,
                                "allowDiscounts": true,
                                "discountDiscounts": true,
                                "itemRecalled": true,
                                "noRefund": true,
                                "active": true,
                                "allowMarkdown": true,
                                "defaultGP": 1.1,
                                "labelShelfDefault": 1,
                                "labelTalkerDefault": 1,
                                "labelSmall": true,
                                "tags": "sample string 9",
                                "unitMeasureKind": 1,
                                "fuelItem": true,
                                "trackSerial": true,
                                "warrantyPeriod": 1,
                                "costCalcMethod": 1,
                                "providerName": "sample string 10",
                                "overrideHostMargin": true,
                                "keepDescription": true,
                                "mscCommodity": "sample string 13",
                                "allowAutoOrder": true,
                                "excludeFromWebUpdate": true,
                                "webPriceBasedOn": true,
                                "labelFormat": "sample string 14",
                                "sendToScale": true,
                                "labelPageLayoutG_UID": "gsoLR9+4skWy8SjaD8hn3g==",
                                "labelPageLayoutGuid": "470bca82-b8df-45b2-b2f1-28da0fc867de",
                                "minimumAge": 15,
                                "countryOfOrigin": "sample string 16",
                                "serviceFeeID": 1,
                                "eftCode": 17,
                                "defaultPrinter": "sample string 18",
                                "defaultPrinterGroup": "sample string 19",
                                "buyingLimit": 1,
                                "buyingLimitIndependent": true,
                                "buyingLimitType": 0,
                                "includeInDistinctLimit": true,
                                "defaultsEmpty": false,
                                "mscCat": {
                                  "$ref": "50"
                                },
                                "mscCom": {
                                  "$ref": "51"
                                },
                                "mscDep": {
                                  "$ref": "53"
                                },
                                "mscSubCom": {
                                  "$ref": "52"
                                }
                              },
                              {
                                "$ref": "47"
                              }
                            ],
                            "stores": [
                              1,
                              2
                            ],
                            "investmentBuyOverride": true,
                            "updated": "2026-06-03T18:30:58.0593721",
                            "salesMode": 1,
                            "gstPercent": 1,
                            "costGSTPercent": 1,
                            "earnLoyaltyPoints": true,
                            "quantityOverride": true,
                            "quantityRequired": true,
                            "allowDiscounts": true,
                            "discountDiscounts": true,
                            "itemRecalled": true,
                            "noRefund": true,
                            "active": true,
                            "allowMarkdown": true,
                            "defaultGP": 1.1,
                            "labelShelfDefault": 1,
                            "labelTalkerDefault": 1,
                            "labelSmall": true,
                            "tags": "sample string 19",
                            "unitMeasureKind": 1,
                            "fuelItem": true,
                            "trackSerial": true,
                            "warrantyPeriod": 1,
                            "costCalcMethod": 1,
                            "providerName": "sample string 20",
                            "overrideHostMargin": true,
                            "keepDescription": true,
                            "mscCommodity": "sample string 23",
                            "allowAutoOrder": true,
                            "excludeFromWebUpdate": true,
                            "webPriceBasedOn": true,
                            "labelFormat": "sample string 24",
                            "sendToScale": true,
                            "labelPageLayoutG_UID": "riiYRNSDNEaTMMX4P1nWCw==",
                            "labelPageLayoutGuid": "449828ae-83d4-4634-9330-c5f83f59d60b",
                            "minimumAge": 25,
                            "countryOfOrigin": "sample string 26",
                            "serviceFeeID": 1,
                            "eftCode": 27,
                            "defaultPrinter": "sample string 28",
                            "defaultPrinterGroup": "sample string 29",
                            "buyingLimit": 1,
                            "buyingLimitIndependent": true,
                            "buyingLimitType": 0,
                            "includeInDistinctLimit": true,
                            "defaultsEmpty": false,
                            "mscCat": {
                              "$ref": "50"
                            },
                            "mscCom": {
                              "$ref": "51"
                            },
                            "mscDep": {
                              "$ref": "53"
                            },
                            "mscSubCom": {
                              "$ref": "52"
                            }
                          }
                        }
                      },
                      {
                        "$ref": "44"
                      }
                    ],
                    "nextPrice": {
                      "$id": "54",
                      "id": 1,
                      "campaignID": 2,
                      "campaignName": "sample string 3",
                      "plu": 1,
                      "hostOfferID": 1,
                      "metcashPromotionID": "sample string 4",
                      "metcashPromotionPlacement": "sample string 5",
                      "pluG_UID": "c7oAkXT6MUOQnboqUPxt9Q==",
                      "pluGuid": "9100ba73-fa74-4331-909d-ba2a50fc6df5",
                      "newPrice": 1,
                      "pctDiscount": 1,
                      "newCost": 1,
                      "newCostDecimals": 6,
                      "dealCostIdentifier": "yWcKJuAOwEmS6bH+mke0RA==",
                      "dealCostGuid": "260a67c9-0ee0-49c0-92e9-b1fe9a47b444",
                      "pluName": "sample string 7",
                      "apn": "sample string 8",
                      "fuelItem": true,
                      "priceGroupG_UID": "Itrxu+SK30i1cijgC/KZPg==",
                      "priceGroupGuid": "bbf1da22-8ae4-48df-b572-28e00bf2993e",
                      "itemNumber": "sample string 10",
                      "cri": "sample string 11",
                      "pluPrice": 12,
                      "costCalcMethod": 13,
                      "pluCost": 14,
                      "pluCostIndicator": "sample string 15",
                      "pluPriceGstPercent": 16,
                      "pluCostGstPercent": 17,
                      "pluActive": true,
                      "cartonQty": 1.1,
                      "baseUnits": 19.1,
                      "salesMode": 1,
                      "orderPacked": 20,
                      "pluNormalCost": 21,
                      "pluaws": 22.0,
                      "directNumber": "sample string 23",
                      "departmentName": "sample string 24",
                      "subDepartmentName": "sample string 25",
                      "priceGroupName": "sample string 26",
                      "supplierName": "sample string 27",
                      "stockOnHand": 1.1,
                      "stockOnOrder": 1.1,
                      "lastReceived": "2026-06-03T18:30:58.0593721",
                      "rrp": 28,
                      "campaignDescription": "sample string 29",
                      "hostCampaign": true,
                      "hostIdentifier": "QEA=",
                      "hostIdentifierGuid": "0c658cd3-6409-4e13-bee8-b35bdd68b888",
                      "campaignComboPriceGroupG_UID": "13sWPmktV0aqLGerxWtOtg==",
                      "campaignComboPriceGroupIdentifier": "3e167bd7-2d69-4657-aa2c-67abc56b4eb6",
                      "promotionPlacementDescription": "sample string 31",
                      "storeAcceptances": [
                        {
                          "$id": "55",
                          "plu": 1,
                          "pluG_UId": "QEA=",
                          "campaignID": 1,
                          "campaignName": "sample string 2",
                          "storeID": 3,
                          "acceptedUtc": "2026-06-03T18:30:58.0593721",
                          "operatorG_UID": "Y0e35hzVNUGdaYRVbqvRxw==",
                          "operatorGuid": "e6b74763-d51c-4135-9d69-84556eabd1c7",
                          "machineID": 1,
                          "processed": true,
                          "appliedUtc": "2026-06-03T18:30:58.0593721",
                          "signIqTicketFileMovedUtc": "2026-06-03T18:30:58.0593721",
                          "user": "sample string 6",
                          "campaignDescription": "sample string 7",
                          "productDesc": "sample string 8",
                          "storeName": "sample string 9",
                          "effectiveUtc": "2026-06-03T18:30:58.0593721",
                          "priceChangeType": 0,
                          "operatorName": "sample string 10",
                          "hostCampaign": true,
                          "hostIdentifier": "QEA=",
                          "hostIdentifierGuid": "ae7624cd-6c03-4a56-bafe-ba265d66a13c",
                          "product": {
                            "$ref": "14"
                          },
                          "campaignPlu": {
                            "$ref": "54"
                          },
                          "fuelItem": true
                        },
                        {
                          "$ref": "55"
                        }
                      ],
                      "campaign": {
                        "$id": "56",
                        "id": 1,
                        "storeID": 2,
                        "name": "7260854f-3db5-4191-b64d-97412322a44e",
                        "nameGuid": "7260854f-3db5-4191-b64d-97412322a44e",
                        "description": "sample string 4",
                        "showDiscounts": true,
                        "showTotals": true,
                        "onlyEvaluateOnSubtotal": true,
                        "useDescription": true,
                        "campaignType": 1,
                        "startDate": "2026-06-03T18:30:58.0593721",
                        "startTime": 1,
                        "endDate": "2026-06-03T18:30:58.0593721",
                        "endTime": 1,
                        "recurrence": 1,
                        "recurrenceType": 1,
                        "monthType": 1,
                        "weekDays": 1,
                        "months": 1,
                        "monthWeeks": 1,
                        "monthDays": "sample string 7",
                        "printed": true,
                        "talkerText": "sample string 8",
                        "rangeDescription": "sample string 9",
                        "dealDescription": "sample string 10",
                        "labelQuantity": 11,
                        "active": 1,
                        "deactivated": "2026-06-03T18:30:58.0593721",
                        "system": true,
                        "created": "2026-06-03T18:30:58.0593721",
                        "updated": "2026-06-03T18:30:58.0593721",
                        "priceChangeNotifiedUtc": "2026-06-03T18:30:58.0593721",
                        "promoType": 1,
                        "promotionTypeCode": "sample string 13",
                        "hostIdentifier": "HI1Khev8L0y5wZAFuLywnA==",
                        "hostIdentifierGuid": "854a8d1c-fceb-4c2f-b9c1-9005b8bcb09c",
                        "hostType": 14,
                        "createdByUser": "sample string 15",
                        "fromHost": true,
                        "deleted": true,
                        "campaignDeleted": "2026-06-03T18:30:58.0593721",
                        "updatedByUser": "sample string 18",
                        "offerID": 1,
                        "isPriceChangeCampaign": true,
                        "stores": [
                          1,
                          2
                        ],
                        "storeNames": [
                          "sample string 1",
                          "sample string 2"
                        ],
                        "campaignPlus": [
                          {
                            "$ref": "54"
                          },
                          {
                            "$ref": "54"
                          }
                        ],
                        "campaignPools": [
                          {
                            "$id": "57",
                            "id": 1,
                            "campaignID": 2,
                            "campaignName": "sample string 3",
                            "plu": 4,
                            "pluG_UID": "EXDke5nB+EqaxLFbTvaaWQ==",
                            "pluGuid": "7be47011-c199-4af8-9ac4-b15b4ef69a59",
                            "hostOfferID": 1,
                            "priceGroupG_UID": "/96TasVkhkqe7Bi9gApthg==",
                            "priceGroupGuid": "6a93deff-64c5-4a86-9eec-18bd800a6d86",
                            "fuelItem": true,
                            "pluName": "sample string 6",
                            "apn": "sample string 7",
                            "pluActive": true,
                            "cartonQty": 1,
                            "baseUnits": 9.1,
                            "cri": "sample string 10",
                            "salesMode": 1,
                            "orderPacked": 11,
                            "pluaws": 12.0,
                            "directNumber": "sample string 13",
                            "departmentName": "sample string 14",
                            "subDepartmentName": "sample string 15",
                            "priceGroupName": "sample string 16",
                            "supplierName": "sample string 17",
                            "stockOnHand": 1.1,
                            "stockOnOrder": 1.1,
                            "lastReceived": "2026-06-03T18:30:58.0593721",
                            "rrp": 18,
                            "campaignDescription": "sample string 19",
                            "product": {
                              "$ref": "14"
                            },
                            "campaign": {
                              "$ref": "56"
                            }
                          },
                          {
                            "$ref": "57"
                          }
                        ],
                        "sellingRules": [
                          {
                            "$id": "58",
                            "id": 1,
                            "identifier": "zS+qUzuIsU29R6sHIZnlag==",
                            "identifierStr": "zS+qUzuIsU29R6sHIZnlag==",
                            "identifierGuid": "53aa2fcd-883b-4db1-bd47-ab072199e56a",
                            "campaignID": 4,
                            "campaignName": "sample string 5",
                            "ruleJoin": 1,
                            "ruleType": 6,
                            "operand0": "sample string 7",
                            "comparisonOp": 1,
                            "operand1": "sample string 8",
                            "action": 1,
                            "operand2": "sample string 9",
                            "operand3": "sample string 10",
                            "includeExcludedItems": true,
                            "noFurtherDiscounts": true,
                            "description": "sample string 11",
                            "sortOrder": 1,
                            "isItemRule": false,
                            "prevDept": "sample string 12",
                            "campaign": {
                              "$ref": "56"
                            }
                          },
                          {
                            "$ref": "58"
                          }
                        ],
                        "customers": [
                          {
                            "$id": "59",
                            "id": 1,
                            "campaignID": 2,
                            "campaignName": "sample string 3",
                            "customerID": "gHPKLxu3tEiUK2i+0w1P9w==",
                            "customerIDGuid": "2fca7380-b71b-48b4-942b-68bed30d4ff7",
                            "campaign": {
                              "$ref": "56"
                            },
                            "customer": {
                              "$id": "60",
                              "identifier": "//546krFNEug1KZ0VjMArg==",
                              "identifierGuid": "ea78feff-c54a-4b34-a0d4-a674563300ae",
                              "code": "sample string 2",
                              "familyName": "sample string 3",
                              "givenName": "sample string 4",
                              "otherName": "sample string 5",
                              "title": "sample string 6",
                              "dateOfBirth": "2026-06-03T18:30:58.0593721",
                              "sex": "sample string 7",
                              "address1": "sample string 8",
                              "address2": "sample string 9",
                              "town": "sample string 10",
                              "state": "sample string 11",
                              "country": "sample string 12",
                              "postalCode": "sample string 13",
                              "email": "sample string 14",
                              "telephone": "sample string 15",
                              "mobile": "sample string 16",
                              "communityIdentifier": "64SbytmJfkmDQiq07keJ6A==",
                              "communityIdentifierGuid": "ca9b84eb-89d9-497e-8342-2ab4ee4789e8",
                              "joined": "2026-06-03T18:30:58.0593721",
                              "updated": "2026-06-03T18:30:58.0593721",
                              "active": true,
                              "reasonInactive": 1,
                              "groupCustomer": true,
                              "loyaltyPoints": 1,
                              "homeStoreID": 1,
                              "availableSpend": 1,
                              "priceLevelIdentifier": "GJdUSMp2DkmeJe9w1XwzMw==",
                              "priceLevelIdentifierGuid": "48549718-76ca-490e-9e25-ef70d57c3333",
                              "marketingID": "sample string 18",
                              "receiptPrintOptions": 1,
                              "hidden": true,
                              "registered": true,
                              "registeredOn": "2026-06-03T18:30:58.0593721",
                              "emailMarketing": true,
                              "smsMarketing": true,
                              "deleted": true,
                              "deletedUser": "sample string 24",
                              "homeStoreName": "sample string 25",
                              "customerCards": [
                                {
                                  "$id": "61",
                                  "cardType": 2,
                                  "issueDate": "2026-06-03T18:30:58.0593721",
                                  "expiry": "2026-06-03T18:30:58.0593721",
                                  "customerID": "WoQf13l6P0W8ncZLDSG2+w==",
                                  "customerIDGuid": "d71f845a-7a79-453f-bc9d-c64b0d21b6fb",
                                  "initialValue": 1,
                                  "currentValue": 1,
                                  "maxLimit": 1,
                                  "minTransaction": 1,
                                  "maxTransaction": 1,
                                  "multiplier": 1.1,
                                  "active": true,
                                  "reasonInactive": 1,
                                  "idRequired": true,
                                  "idType": 1,
                                  "idValue": "sample string 5",
                                  "updated": "2026-06-03T18:30:58.0593721",
                                  "linkedAccount": "bJH3mD+cAkeduB6IaRnqBQ==",
                                  "linkedAccountGuid": "98f7916c-9c3f-4702-9db8-1e886919ea05",
                                  "currentValueChanged": true,
                                  "limitsChanged": true,
                                  "customer": {
                                    "$ref": "60"
                                  },
                                  "account": {
                                    "$id": "62",
                                    "id": 1,
                                    "identifier": "tVLj4CmVwkGNOQYBoRtyBw==",
                                    "identifierGuid": "e0e352b5-9529-41c2-8d39-0601a11b7207",
                                    "referenceNo": "sample string 3",
                                    "name": "sample string 4",
                                    "created": "2026-06-03T18:30:58.0593721",
                                    "owner": "bCzDXY6vBUinx8YQlOzZeQ==",
                                    "ownerGuid": "5dc32c6c-af8e-4805-a7c7-c61094ecd979",
                                    "accountStoreGroupIdentifier": "jHOhmVBG40uajrESQ5RUGQ==",
                                    "accountStoreGroupGuid": "99a1738c-4650-4be3-9a8e-b11243945419",
                                    "accountType": 1,
                                    "currentBalance": 1,
                                    "externalID": "sample string 7",
                                    "maximumLimit": 1,
                                    "accruePoints": true,
                                    "loyaltyPoints": 1,
                                    "termsOfTrade": 1,
                                    "signatureRequired": true,
                                    "referenceRequired": true,
                                    "statementSendType": 10,
                                    "ageingPeriod": 1,
                                    "monthlyAgeingPeriod": true,
                                    "explodedInvoice": true,
                                    "isFifoAllocation": true,
                                    "lastStatementSent": "2026-06-03T18:30:58.0593721",
                                    "active": true,
                                    "updated": "2026-06-03T18:30:58.0593721",
                                    "deleted": true,
                                    "deletedUser": "sample string 16",
                                    "currentBalanceChanged": true,
                                    "maximumLimitChanged": true,
                                    "loyaltyPointsChanged": true,
                                    "projectedBalance": 17,
                                    "accountStoreGroupStoreIDs": [
                                      1,
                                      2
                                    ],
                                    "customerEmail": "sample string 18",
                                    "ownerCustomer": {
                                      "$ref": "60"
                                    },
                                    "card": {
                                      "$ref": "61"
                                    },
                                    "members": {
                                      "$id": "63",
                                      "sample string 1": [
                                        {
                                          "$ref": "60"
                                        },
                                        {
                                          "$ref": "60"
                                        }
                                      ],
                                      "sample string 2": [
                                        {
                                          "$ref": "60"
                                        },
                                        {
                                          "$ref": "60"
                                        }
                                      ]
                                    },
                                    "customerGroups": [
                                      {
                                        "$id": "64",
                                        "identifier": "rKJBsXGYKEyf7PasRsLTqQ==",
                                        "identifierGuid": "b141a2ac-9871-4c28-9fec-f6ac46c2d3a9",
                                        "name": "sample string 2",
                                        "primaryContact": "2bhx6Ip7lEKXAlK67+rwiw==",
                                        "primaryContactGuid": "e871b8d9-7b8a-4294-9702-52baefeaf08b",
                                        "accountID": "YufilZT7jUmatUYAsFDqwQ==",
                                        "accountIDGuid": "95e2e762-fb94-498d-9ab5-4600b050eac1",
                                        "special": true,
                                        "updated": "2026-06-03T18:30:58.0593721",
                                        "active": true,
                                        "reasonInactive": 1,
                                        "priceLevelIdentifier": "wDM9y9vq5UGMEqDVmyWifg==",
                                        "priceLevelIdentifierGuid": "cb3d33c0-eadb-41e5-8c12-a0d59b25a27e",
                                        "marketingListID": "sample string 7",
                                        "deleted": true,
                                        "account": {
                                          "$ref": "62"
                                        },
                                        "primaryContactCustomer": {
                                          "$ref": "60"
                                        },
                                        "customerGroupMembers": [
                                          {
                                            "$id": "65",
                                            "id": 1,
                                            "groupID": "ZBfS4c6Q20qMxgIZixxz+w==",
                                            "groupIDGuid": "e1d21764-90ce-4adb-8cc6-02198b1c73fb",
                                            "customerID": "8/Kz9zu34UqOcEh+P+TcKA==",
                                            "customerIDGuid": "f7b3f2f3-b73b-4ae1-8e70-487e3fe4dc28",
                                            "card": "sample string 4",
                                            "linkedAccount": "vxZ3PjTxJkuE8r8OX4xcdg==",
                                            "linkedAccountGuid": "3e7716bf-f134-4b26-84f2-bf0e5f8c5c76",
                                            "customer": {
                                              "$ref": "60"
                                            },
                                            "group": {
                                              "$ref": "64"
                                            },
                                            "customerCard": {
                                              "$ref": "61"
                                            }
                                          },
                                          {
                                            "$ref": "65"
                                          }
                                        ]
                                      },
                                      {
                                        "$ref": "64"
                                      }
                                    ]
                                  },
                                  "payments": [
                                    {
                                      "$id": "66",
                                      "id": 1,
                                      "identifier": "kCXbboS6gUySloJDreOLhA==",
                                      "identifierGuid": "6edb2590-ba84-4c81-9296-8243ade38b84",
                                      "storeID": 2,
                                      "operatorName": "sample string 3",
                                      "saleHeaderID": 4,
                                      "paymentType": 5,
                                      "amount": 6,
                                      "account": "sample string 7",
                                      "accountID": "YbwWZ+c510qDq231uWmk9g==",
                                      "accountIDGuid": "6716bc61-39e7-4ad7-83ab-6df5b969a4f6",
                                      "customerAccount": {
                                        "$ref": "62"
                                      },
                                      "customerCard": {
                                        "$ref": "61"
                                      },
                                      "accountType": 1,
                                      "cardName": "sample string 8",
                                      "authorisationNumber": "sample string 9",
                                      "bankReference": "sample string 10",
                                      "merchantID": "sample string 11",
                                      "terminalID": "sample string 12",
                                      "cardNumber": "sample string 13",
                                      "paymentDate": "2026-06-03T18:30:58.0593721",
                                      "invRocNo": "sample string 14",
                                      "responseCode": "sample string 15",
                                      "cashout": 1,
                                      "tip": 16,
                                      "idempotentVoid": "wmz2VVkxkk6ATXtCOvTOgA==",
                                      "idempotentVoidGuid": "55f66cc2-3159-4e92-804d-7b423af4ce80",
                                      "offline": true,
                                      "processed": 1,
                                      "storeSaleHeader": {
                                        "$id": "67",
                                        "saleHeaderID": 1,
                                        "saleHeaderGuid": "pBh2HpDlfEuaKKOrnMZTmg==",
                                        "saleHeaderIdentifierGuid": "1e7618a4-e590-4b7c-9a28-a3ab9cc6539a",
                                        "created": "2026-06-03T18:30:58.0593721",
                                        "createdLocal": "2026-06-03T18:30:58.0593721",
                                        "createdText": "sample string 4",
                                        "itemCount": 5,
                                        "totalAmount": 6,
                                        "cashTender": 1,
                                        "cardTender": 1,
                                        "cheqTender": 1,
                                        "acctTender": 1,
                                        "voucherTender": 1,
                                        "loyaltyPoints": 1,
                                        "cashout": 1,
                                        "changeAmount": 1,
                                        "rounding": 1,
                                        "gstAmount": 1,
                                        "transactionDiscountTender": 1,
                                        "totalTip": 7,
                                        "tranType": 1,
                                        "processed": 1,
                                        "imported": "2026-06-03T18:30:58.0593721",
                                        "storeID": 1,
                                        "operatorG_Uid": "Y1G9cbwu10Kp/B2Pfja3+w==",
                                        "operatorGuid": "71bd5163-2ebc-42d7-a9fc-1d8f7e36b7fb",
                                        "customerG_Uid": "587vjNW/qUW5WWQ5t3hlZg==",
                                        "customerGuid": "8cefcee7-bfd5-45a9-b959-6439b7786566",
                                        "communityIdentifier": "jmwN7qyH8EWXvdhTWuHEyw==",
                                        "communityIdentifierGuid": "ee0d6c8e-87ac-45f0-97bd-d8535ae1c4cb",
                                        "saleIdentifier": "sample string 8",
                                        "deptNo": 9,
                                        "zoneID": 10,
                                        "operatorID": 11,
                                        "voucherForegone": 12,
                                        "cardName": "sample string 13",
                                        "accountType": 14,
                                        "authID": "sample string 15",
                                        "bankRef": "sample string 16",
                                        "invRoc": "sample string 17",
                                        "responseCode": "sample string 18",
                                        "orderNo": 19,
                                        "accountNo": 20,
                                        "machineID": 21,
                                        "timeInSale": "00:00:00.1234567",
                                        "timeInSubtotal": "00:00:00.1234567",
                                        "newID": 22,
                                        "totalTaxInclusive": 23,
                                        "totalTaxExempt": 24,
                                        "taxTransactionDiscount": 25,
                                        "taxTransactionDiscountTender": 1,
                                        "tableNumber": 1,
                                        "note": "sample string 26",
                                        "source": "sample string 27",
                                        "customerReference": "sample string 28",
                                        "receiptPrinted": true,
                                        "drawerID": 1,
                                        "demoID": "sample string 30",
                                        "externalTransNo": "sample string 31",
                                        "externalSale": 32,
                                        "smartReceiptStatus": 33,
                                        "requiredExports": 34,
                                        "loyaltyMetadata": "sample string 35",
                                        "priceLevelIdentifier": "XdF0qJA6b0+1ljQlr64EVw==",
                                        "priceLevelIdentifierGuid": "a874d15d-3a90-4f6f-b596-3425afae0457",
                                        "locked": 36,
                                        "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:30:58.0593721+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
                                        "deserialisedOrderMetadata": {
                                          "$id": "68",
                                          "customerName": "sample string 1",
                                          "pickupAt": "2026-06-03T18:30:58.0593721",
                                          "deliveryAddress1": "sample string 2",
                                          "deliveryAddress2": "sample string 3",
                                          "customerPhoneNumber": "sample string 4",
                                          "orderType": 0,
                                          "externalOrderID": "sample string 5",
                                          "externalDisplayableOrderID": "sample string 6",
                                          "tableName": "sample string 7",
                                          "createdBy": 0,
                                          "orderingAppName": "sample string 8"
                                        },
                                        "relationChecksum": "sample string 38",
                                        "loyaltyTender": 1,
                                        "giftCardTender": 1,
                                        "operator": {
                                          "$ref": "27"
                                        },
                                        "customer": {
                                          "$ref": "60"
                                        },
                                        "communityOrganisation": {
                                          "$id": "69",
                                          "id": 1,
                                          "identifier": "hCrx7TbVHUqj5S1kEGILMg==",
                                          "identifierGuid": "edf12a84-d536-4a1d-a3e5-2d6410620b32",
                                          "name": "sample string 3",
                                          "lookupIdentifier": "sample string 4",
                                          "externalID": "sample string 5",
                                          "phone": "sample string 6",
                                          "fax": "sample string 7",
                                          "email": "sample string 8",
                                          "address1": "sample string 9",
                                          "address2": "sample string 10",
                                          "city": "sample string 11",
                                          "postCode": "sample string 12",
                                          "state": "sample string 13",
                                          "country": "sample string 14",
                                          "abn": "sample string 15",
                                          "promoPeriodStart": "2026-06-03T18:30:58.0593721",
                                          "promoPeriodEnd": "2026-06-03T18:30:58.0593721",
                                          "allowDonations": true,
                                          "logoImageName": "sample string 17",
                                          "totalAmountAwarded": 18.1,
                                          "updated": "2026-06-03T18:30:58.0593721",
                                          "deleted": true
                                        },
                                        "details": [
                                          {
                                            "$id": "70",
                                            "saleItemID": 1,
                                            "identifier": "3HMTdE2IN0Ct6R+jnSbywA==",
                                            "identifierGuid": "741373dc-884d-4037-ade9-1fa39d26f2c0",
                                            "saleHeaderID": 2,
                                            "plu": 1,
                                            "pluG_UId": "YAkRM+iSUEWfRtA69lRDWA==",
                                            "pluGuid": "33110960-92e8-4550-9f46-d03af6544358",
                                            "accountID": "hKDGVZ27NEOvoloykEShhQ==",
                                            "accountIDGuid": "55c6a084-bb9d-4334-afa2-5a329044a185",
                                            "normalPrice": 3,
                                            "originalSellingPrice": 4,
                                            "discountPrice": 5,
                                            "unit": 1,
                                            "quantity": 6,
                                            "totalCents": 7,
                                            "fixedPrice": 1,
                                            "tranType": 1,
                                            "discountType": 1,
                                            "cost": 1,
                                            "costDecimals": 8,
                                            "markdown": 1,
                                            "manualQuantity": 1,
                                            "manualPrice": 1,
                                            "manualMode": 1,
                                            "active": 1,
                                            "offline": true,
                                            "barcode": "sample string 9",
                                            "keyedSale": 1,
                                            "discountedID": 1,
                                            "fuelID": 1,
                                            "serialNumber": "sample string 10",
                                            "bestOrExpire": "2026-06-03T18:30:58.0593721",
                                            "bestOrExpireType": 1,
                                            "providerName": "sample string 11",
                                            "refundG_UID": "ERDrB39hj0WsSRKT57xHcQ==",
                                            "refundGuid": "07eb1011-617f-458f-ac49-1293e7bc4771",
                                            "campaign": "sample string 12",
                                            "campaignType": 13,
                                            "modifiedID": 1,
                                            "omittedIngredient": true,
                                            "taxPercent": 1.0,
                                            "taxAmount": 1.0,
                                            "refundablePrice": 1.0,
                                            "showDiscounts": true,
                                            "orderPrinted": true,
                                            "note": "sample string 16",
                                            "modifierName": "sample string 17",
                                            "modifierSetName": "sample string 18",
                                            "totalValueWasScanned": true,
                                            "sold": true,
                                            "campaignPrice": true,
                                            "scannedValue": 1,
                                            "campaignName": "sample string 22",
                                            "comboDiscount": 1,
                                            "idempotentVoid": "1NXPXYSyQkygyeAXgZMf2w==",
                                            "idempotentVoidGuid": "5dcfd5d4-b284-4c42-a0c9-e01781931fdb",
                                            "priceLevelIdentifier": "ddPjBUka90ea0/E+fbF3gw==",
                                            "priceLevelIdentifierGuid": "05e3d375-1a49-47f7-9ad3-f13e7db17783",
                                            "communityIdentifier": "0EoefjCUE0mWqHPkGdwiUw==",
                                            "communityIdentifierGuid": "7e1e4ad0-9430-4913-96a8-73e419dc2253",
                                            "productName": "sample string 23",
                                            "apn": "sample string 24",
                                            "unknownScans": [
                                              {
                                                "$id": "71",
                                                "id": 1,
                                                "saleDetailID": 2,
                                                "storeID": 1,
                                                "scanned": "2026-06-03T18:30:58.0593721",
                                                "operatorG_UID": "QEA=",
                                                "barcode": "sample string 4",
                                                "processed": 1
                                              },
                                              {
                                                "$ref": "71"
                                              }
                                            ],
                                            "refund": {
                                              "$id": "72",
                                              "id": 1,
                                              "g_UID": "VRrrU/ly80+R0+j7TNHskQ==",
                                              "guid": "53eb1a55-72f9-4ff3-91d3-e8fb4cd1ec91",
                                              "description": "sample string 1",
                                              "dumped": true,
                                              "inventoryReasonID": 1,
                                              "sortOrder": 1,
                                              "updated": "2026-06-03T18:30:58.0593721"
                                            },
                                            "modifier": {
                                              "$id": "73",
                                              "id": 1,
                                              "setG_UID": "QwHD3E1TSU6/h9/beKLELg==",
                                              "modifierSetGuid": "dcc30143-534d-4e49-bf87-dfdb78a2c42e",
                                              "name": "sample string 2",
                                              "price": 1,
                                              "quantity": 1,
                                              "modifierType": 1,
                                              "groupNumber": 1,
                                              "pageNumber": 1,
                                              "controlOrder": 1,
                                              "printToStation": true,
                                              "pluG_UID": "FNBWMjIjhEGxq03H26qRmQ==",
                                              "pluGuid": "3256d014-2332-4184-b1ab-4dc7dbaa9199",
                                              "deleted": true,
                                              "g_UID": "nvzo8zghxkqlJFOgKdZlNQ==",
                                              "guid": "f3e8fc9e-2138-4ac6-a524-53a029d66535",
                                              "product": {
                                                "$ref": "14"
                                              }
                                            },
                                            "priceLevelName": "sample string 25",
                                            "pumpNumber": 1,
                                            "hoseNumber": 1
                                          },
                                          {
                                            "$ref": "70"
                                          }
                                        ],
                                        "eftReceipts": [
                                          {
                                            "$id": "74",
                                            "id": 1,
                                            "storeID": 1,
                                            "saleHeaderID": 2,
                                            "storeSaleHeader": {
                                              "$ref": "67"
                                            },
                                            "receipt": "sample string 3",
                                            "processed": 1
                                          },
                                          {
                                            "$ref": "74"
                                          }
                                        ],
                                        "payments": [
                                          {
                                            "$ref": "66"
                                          },
                                          {
                                            "$ref": "66"
                                          }
                                        ],
                                        "cards": [
                                          {
                                            "$id": "75",
                                            "id": 1,
                                            "saleHeaderID": 1,
                                            "identifier": "sample string 2",
                                            "cardType": 3,
                                            "providerName": "sample string 4"
                                          },
                                          {
                                            "$ref": "75"
                                          }
                                        ],
                                        "campaignHits": [
                                          {
                                            "$id": "76",
                                            "id": 1,
                                            "saleHeaderID": 2,
                                            "campaign": "sample string 3",
                                            "name": "sample string 4",
                                            "processed": 1,
                                            "campaignDescription": "sample string 5"
                                          },
                                          {
                                            "$ref": "76"
                                          }
                                        ],
                                        "fuel": [
                                          {
                                            "$id": "77",
                                            "id": 1,
                                            "plu": 1,
                                            "pluG_UID": "oOVJAJO7bkeK9Vpmbbz3sQ==",
                                            "pluGuid": "0049e5a0-bb93-476e-8af5-5a666dbcf7b1",
                                            "saleHeaderID": 2,
                                            "totalCents": 3,
                                            "grade": 1,
                                            "gradeDescription": "sample string 4",
                                            "dispenser": 1,
                                            "hose": 1,
                                            "quantity": 1,
                                            "cost": 1,
                                            "acquirerNum": 1,
                                            "attendant": 1,
                                            "ePurseBalance": 1.0,
                                            "cardSignature": "sample string 5",
                                            "compartmentNumber": 1,
                                            "contractNumber": 1,
                                            "discountCardPAN": "sample string 6",
                                            "discountID": 1,
                                            "discountName": "sample string 7",
                                            "discountNetValue": 1.0,
                                            "discountType": 1,
                                            "discountValue": 1.0,
                                            "discretionaryData": "sample string 8",
                                            "driverID": "sample string 9",
                                            "eftBatchNumber": 1,
                                            "eftResponseCode": "sample string 10",
                                            "endDateTime": "2026-06-03T18:30:58.0593721",
                                            "engineHours": 1.1,
                                            "fposNumber": 1,
                                            "loyaltyCardPAN": "sample string 11",
                                            "miscData1": 1,
                                            "miscData2": "sample string 12",
                                            "miscFlags": 1,
                                            "mop": 1,
                                            "odometer": 1,
                                            "panNumber": "sample string 13",
                                            "saleRefund": true,
                                            "saleStatus": 1,
                                            "sequenceNumber": 1,
                                            "stan": 1,
                                            "startDateTime": "2026-06-03T18:30:58.0593721",
                                            "tagNumber": "sample string 15",
                                            "trackTwoRem": "sample string 16",
                                            "transCode": 1,
                                            "transType": 1,
                                            "unitPrice": 1.0,
                                            "vehicleReg": "sample string 17",
                                            "offline": true,
                                            "processed": 1
                                          },
                                          {
                                            "$ref": "77"
                                          }
                                        ],
                                        "fuelResells": [
                                          {
                                            "$id": "78",
                                            "saleItemID": 1,
                                            "saleHeaderID": 2,
                                            "plu": 1,
                                            "pluG_UId": "hTG3lCRXtUmCrFIcj5I9Ag==",
                                            "pluGuid": "94b73185-5724-49b5-82ac-521c8f923d02",
                                            "accountID": "KR8Ja8dnu025xvJYRSRarg==",
                                            "accountIDGuid": "6b091f29-67c7-4dbb-b9c6-f25845245aae",
                                            "normalPrice": 3,
                                            "originalSellingPrice": 4,
                                            "discountPrice": 5,
                                            "unit": 1,
                                            "quantity": 6,
                                            "totalCents": 7,
                                            "fixedPrice": 1,
                                            "tranType": 1,
                                            "processed": 1,
                                            "discountType": 1,
                                            "cost": 1,
                                            "costDecimals": 1,
                                            "markdown": 1,
                                            "manualQuantity": 1,
                                            "manualPrice": 1,
                                            "manualMode": 1,
                                            "active": 1,
                                            "barcode": "sample string 8",
                                            "offline": 1,
                                            "keyedSale": 1,
                                            "discountedID": 1,
                                            "fuelID": 1,
                                            "serialNumber": "sample string 9",
                                            "bestOrExpire": "2026-06-03T18:30:58.0593721",
                                            "bestOrExpireType": 1,
                                            "refundG_UID": "Yyy9ewZEEkKqTpPZdOXFbA==",
                                            "refundGuid": "7bbd2c63-4406-4212-aa4e-93d974e5c56c",
                                            "providerName": "sample string 10",
                                            "campaign": "sample string 11",
                                            "campaignType": 1,
                                            "modifiedID": 1,
                                            "omittedIngredient": 1,
                                            "taxPercent": 1.0,
                                            "taxAmount": 1.0,
                                            "refundablePrice": 1.0,
                                            "showDiscounts": true,
                                            "orderPrinted": true,
                                            "note": "sample string 14",
                                            "modifierName": "sample string 15",
                                            "modifierSetName": "sample string 16",
                                            "totalValueWasScanned": true,
                                            "sold": true,
                                            "campaignPrice": true,
                                            "scannedValue": 1,
                                            "campaignName": "sample string 20",
                                            "comboDiscount": 1
                                          },
                                          {
                                            "$ref": "78"
                                          }
                                        ],
                                        "customerOrder": [
                                          {
                                            "$id": "79",
                                            "identifier": "lXbg8H7lXEOp4odMMpIl2A==",
                                            "identifierGuid": "f0e07695-e57e-435c-a9e2-874c329225d8",
                                            "id": 1,
                                            "orderNo": 2,
                                            "externalSaleIdentifier": "sample string 3",
                                            "storeID": 4,
                                            "zoneID": 5,
                                            "deptNo": 6,
                                            "customerIdentifier": "frU44Byrw0y3JjYb7NUplQ==",
                                            "customerIdentifierGuid": "e038b57e-ab1c-4cc3-b726-361becd52995",
                                            "operatorNo": 1,
                                            "operatorG_UID": "8DZazdjn/kS1woqUZ1ksGw==",
                                            "operatorGuid": "cd5a36f0-e7d8-44fe-b5c2-8a9467592c1b",
                                            "created": "2026-06-03T18:30:58.0593721",
                                            "ordered": "2026-06-03T18:30:58.0593721",
                                            "started": "2026-06-03T18:30:58.0593721",
                                            "completed": "2026-06-03T18:30:58.0593721",
                                            "supplied": "2026-06-03T18:30:58.0593721",
                                            "quickTicket": 1,
                                            "deleted": true,
                                            "walkAway": true,
                                            "approxWait": 1,
                                            "actualWait": 1,
                                            "deliveryMethod": 8,
                                            "externalSaleType": 9,
                                            "customer": {
                                              "$ref": "60"
                                            },
                                            "operator": {
                                              "$ref": "27"
                                            },
                                            "details": [
                                              {
                                                "$id": "80",
                                                "headerID": 1,
                                                "plu": 1,
                                                "pluG_UId": "aYS+tTVgI0+0OOr+vboYRA==",
                                                "pluGuid": "b5be8469-6035-4f23-b438-eafebdba1844",
                                                "quantity": 1,
                                                "unit": 1,
                                                "status": 1,
                                                "soldQuantity": 1,
                                                "soldWeight": 1,
                                                "soldCents": 1,
                                                "soldGstCents": 1,
                                                "soldFixedPrice": 1,
                                                "soldSalesMode": 1,
                                                "promptDetailID": 1,
                                                "groupID": 1,
                                                "menuPath": "sample string 1",
                                                "promptPath": "sample string 2",
                                                "notes": "sample string 3",
                                                "headerIdentifier": "q5HIcZC0v0a8JH96wLaPFw==",
                                                "headerIdentifierGuid": "71c891ab-b490-46bf-bc24-7f7ac0b68f17",
                                                "product": {
                                                  "$ref": "14"
                                                }
                                              },
                                              {
                                                "$ref": "80"
                                              }
                                            ],
                                            "storeName": "sample string 11",
                                            "customerName": "sample string 12",
                                            "storeReplyTo": "sample string 13",
                                            "storeSubjectLine": "sample string 14",
                                            "storeSaleHeader": {
                                              "$ref": "67"
                                            }
                                          },
                                          {
                                            "$ref": "79"
                                          }
                                        ],
                                        "surveyResponses": [
                                          {
                                            "$id": "81",
                                            "surveyG_UID": "5npIqnJAYkePAA9ccfHBUA==",
                                            "surveyGuid": "aa487ae6-4072-4762-8f00-0f5c71f1c150",
                                            "saleHeaderGuid": "y/FfG8a0W0ah6pqRxRac0Q==",
                                            "saleGuid": "1b5ff1cb-b4c6-465b-a1ea-9a91c5169cd1",
                                            "textResponse": "sample string 1",
                                            "integerResponse": 1,
                                            "g_UIDResponse": "D/PeSZ73TEy5S5volz54nA==",
                                            "guidResponse": "49def30f-f79e-4c4c-b94b-9be8973e789c",
                                            "whoAnswered": 2,
                                            "answeredAtUTC": "2026-06-03T18:30:58.0593721",
                                            "sale": {
                                              "$ref": "67"
                                            },
                                            "survey": {
                                              "$id": "82",
                                              "g_UID": "np0p7aCjf0eo+RRoo24ebQ==",
                                              "guid": "ed299d9e-a3a0-477f-a8f9-1468a36e1e6d",
                                              "name": "sample string 1",
                                              "storeID": 2,
                                              "zoneID": 1,
                                              "checkoutFormG_UID": "fplznFXgMkWaLD9jMlaZXA==",
                                              "checkoutFormGuid": "9c73997e-e055-4532-9a2c-3f633256995c",
                                              "displayToWho": 3,
                                              "displayWhen": 4,
                                              "start": "2026-06-03T18:30:58.0593721",
                                              "end": "2026-06-03T18:30:58.0593721",
                                              "deleted": true,
                                              "updated": "2026-06-03T18:30:58.0593721",
                                              "possibleIntegerResponses": [
                                                1,
                                                2
                                              ],
                                              "possibleTextResponses": [
                                                "sample string 1",
                                                "sample string 2"
                                              ],
                                              "possibleGuidResponses": [
                                                "a4792db6-2af6-4bd2-be4e-927a925858d7",
                                                "b3477b0e-2452-4c17-8461-297c60eb35e5"
                                              ],
                                              "allowsAllTextResponses": true,
                                              "surveyForm": {
                                                "$ref": "35"
                                              }
                                            },
                                            "ingressId": "sample string 4"
                                          },
                                          {
                                            "$ref": "81"
                                          }
                                        ],
                                        "storeName": "sample string 39",
                                        "terminalNumber": 40,
                                        "machineName": "sample string 41",
                                        "operatorName": "sample string 42",
                                        "direction": 1,
                                        "reason": "sample string 43",
                                        "accountG_UID": "QKQP4BWv/UKCSrgEW3cE2A==",
                                        "accountIdentifier": "e00fa440-af15-42fd-824a-b8045b7704d8",
                                        "accountName": "sample string 44",
                                        "customerOrderIdentifier": "eBM/DMKFPUeVYq3Yztlcug==",
                                        "customerOrderIdentifierGuid": "0c3f1378-85c2-473d-9562-add8ced95cba",
                                        "priceLevelName": "sample string 45",
                                        "revision": 46,
                                        "ingressId": "sample string 47"
                                      },
                                      "metadata": {
                                        "$id": "83",
                                        "id": 1,
                                        "paymentID": 2,
                                        "paymentIdentifier": "ULFv+2buT06WJDb9rlJfXA==",
                                        "paymentIdentifierGuid": "fb6fb150-ee66-4e4f-9624-36fdae525f5c",
                                        "identifier": "XnbkvUgHP0Gjc5XwlP2E0A==",
                                        "identifierGuid": "bde4765e-0748-413f-a373-95f094fd84d0",
                                        "metadata": "sample string 3",
                                        "signatureImage": "QEA=",
                                        "itemIdentifier": "luOptB1dJkWXSNbtKegfLQ==",
                                        "itemIdentifierGuid": "b4a9e396-5d1d-4526-9748-d6ed29e81f2d"
                                      }
                                    },
                                    {
                                      "$ref": "66"
                                    }
                                  ]
                                },
                                {
                                  "$ref": "61"
                                }
                              ],
                              "customerGroupMembers": [
                                {
                                  "$ref": "65"
                                },
                                {
                                  "$ref": "65"
                                }
                              ],
                              "customerGroups": [
                                {
                                  "$ref": "64"
                                },
                                {
                                  "$ref": "64"
                                }
                              ],
                              "accounts": [
                                {
                                  "$ref": "62"
                                },
                                {
                                  "$ref": "62"
                                }
                              ],
                              "account": {
                                "$ref": "62"
                              },
                              "vouchers": [
                                {
                                  "$id": "84",
                                  "customerIdentifier": "gMmR6FVTIUSNVf9geCY5Xg==",
                                  "customerIdentifierGuid": "e891c980-5355-4421-8d55-ff607826395e",
                                  "voucherName": "sample string 2",
                                  "count": 3,
                                  "storeID": 4,
                                  "barcode": "sample string 5",
                                  "redeemCount": 6,
                                  "issueCount": 7,
                                  "storeSalePaymentID": 1,
                                  "idempotentID": "6hIPHxUB5kaiumGRamnbhg==",
                                  "idempotentGuid": "1f0f12ea-0115-46e6-a2ba-61916a69db86",
                                  "offline": true,
                                  "voucher": {
                                    "$id": "85",
                                    "id": 1,
                                    "name": "sample string 2",
                                    "description": "sample string 3",
                                    "shortDescription": "sample string 4",
                                    "url": "sample string 5",
                                    "barcodeTemplateID": 1,
                                    "expiry": 0,
                                    "voucherType": 6,
                                    "limitPerTransaction": 7,
                                    "customerTracking": true,
                                    "discountAccount": "sample string 9",
                                    "endDate": "2026-06-03T18:30:58.0593721",
                                    "barcodeTemplate": {
                                      "$id": "86",
                                      "templateID": 1,
                                      "template": "sample string 1",
                                      "bcFunction": "sample string 2",
                                      "sortOrder": 3
                                    },
                                    "scaleLabel": {
                                      "$id": "87",
                                      "id": 1,
                                      "uid": "sample string 2",
                                      "name": "sample string 3",
                                      "width": 1.1,
                                      "height": 1.1,
                                      "showBorder": true,
                                      "borderWidth": 1.1,
                                      "borderStyle": 1,
                                      "borderColour": "sample string 5",
                                      "updated": "2026-06-03T18:30:58.0593721",
                                      "labelPageLayout": "d9BjwaTsTEWraT9qzX+PIQ==",
                                      "pageLayoutGuid": "c163d077-eca4-454c-ab69-3f6acd7f8f21",
                                      "labelType": 6,
                                      "oldName": "sample string 7",
                                      "voucher": {
                                        "$ref": "85"
                                      },
                                      "elements": [
                                        {
                                          "$id": "88",
                                          "id": 1,
                                          "scaleLabelID": 2,
                                          "showPercentDI": true,
                                          "showAvgPerHundred": true,
                                          "showAvgPerServe": true,
                                          "name": "sample string 6",
                                          "x": 1.1,
                                          "y": 1.1,
                                          "width": 1.1,
                                          "height": 1.1,
                                          "type": 1,
                                          "rotation": 1,
                                          "text": "sample string 7",
                                          "fontFamily": "sample string 8",
                                          "align": 1,
                                          "bold": true,
                                          "italic": true,
                                          "underline": true,
                                          "strikeout": true,
                                          "reverse": true,
                                          "textColour": "sample string 9",
                                          "fontSize": 1.1,
                                          "picture": "QEA=",
                                          "borderWidth": 10,
                                          "sortOrder": 11,
                                          "printOptions": 12,
                                          "superScriptTextFontSize": 1.1,
                                          "lineStyle": 1,
                                          "spacingStyle": 1,
                                          "interCharacterSpacing": 1.1,
                                          "superScriptOffset": 1.1,
                                          "lineSpacing": 1.1,
                                          "dateFormat": "sample string 13",
                                          "autoGrow": true,
                                          "fontAutoResize": true,
                                          "updated": "2026-06-03T18:30:58.0593721"
                                        },
                                        {
                                          "$ref": "88"
                                        }
                                      ]
                                    },
                                    "customerVouchers": [
                                      {
                                        "$id": "89",
                                        "id": 1,
                                        "customerIdentifier": "MguwLyGOrkOSOGgAILEVIw==",
                                        "customerIdentifierGuid": "2fb00b32-8e21-43ae-9238-680020b11523",
                                        "voucherID": 3,
                                        "voucherName": "sample string 4",
                                        "storeID": 1,
                                        "barcode": "sample string 5",
                                        "dateOfIssue": "2026-06-03T18:30:58.0593721",
                                        "issuedSaleHeaderID": 1,
                                        "issuedSaleIdentifier": "sample string 7",
                                        "issuedOfflinePaymentID": 1,
                                        "issuedIdempotentID": "ivDQBnZF6kyiBqS2BLrJgA==",
                                        "issuedIdempotentGuid": "06d0f08a-4576-4cea-a206-a4b604bac980",
                                        "issuedOffline": true,
                                        "issuedUser": "sample string 9",
                                        "issuedNotes": "sample string 10",
                                        "expiryDate": "2026-06-03T18:30:58.0593721",
                                        "expiredUser": "sample string 11",
                                        "expiredNotes": "sample string 12",
                                        "redeemed": "2026-06-03T18:30:58.0593721",
                                        "redeemedSaleHeaderID": 1,
                                        "redeemedSaleIdentifier": "sample string 13",
                                        "redeemedOfflinePaymentID": 1,
                                        "redeemedIdempotentID": "j9MlOCnRk0iqGmCdLTNHAA==",
                                        "redeemedIdempotentGuid": "3825d38f-d129-4893-aa1a-609d2d334700",
                                        "redeemedUser": "sample string 14",
                                        "redeemedNotes": "sample string 15",
                                        "redeemedOffline": true,
                                        "updated": "2026-06-03T18:30:58.0593721",
                                        "storeName": "sample string 17",
                                        "scaleLabel": {
                                          "$ref": "87"
                                        },
                                        "voucher": {
                                          "$ref": "85"
                                        },
                                        "customer": {
                                          "$ref": "60"
                                        },
                                        "issuedOfflinePayment": {
                                          "$ref": "66"
                                        },
                                        "redeemedOfflinePayment": {
                                          "$ref": "66"
                                        }
                                      },
                                      {
                                        "$ref": "89"
                                      }
                                    ]
                                  },
                                  "customer": {
                                    "$ref": "60"
                                  }
                                },
                                {
                                  "$ref": "84"
                                }
                              ]
                            }
                          },
                          {
                            "$ref": "59"
                          }
                        ],
                        "customerGroups": [
                          {
                            "$id": "90",
                            "id": 1,
                            "campaignID": 2,
                            "campaignName": "sample string 3",
                            "groupID": "BevLUIrdG020XKO0rAc1mA==",
                            "groupIDGuid": "50cbeb05-dd8a-4d1b-b45c-a3b4ac073598",
                            "campaign": {
                              "$ref": "56"
                            },
                            "group": {
                              "$ref": "64"
                            }
                          },
                          {
                            "$ref": "90"
                          }
                        ],
                        "signIqTickets": [
                          {
                            "$id": "91",
                            "identifier": "lgMs5/ER+kuHx2RcXREE1w==",
                            "identifierGuid": "e72c0396-11f1-4bfa-87c7-645c5d1104d7",
                            "campaignName": "sample string 2",
                            "message": "sample string 3",
                            "ticketFileSource": "sample string 4",
                            "ticketFileDestination": "sample string 5",
                            "storeID": 1
                          },
                          {
                            "$ref": "91"
                          }
                        ],
                        "comboPriceGroups": [
                          {
                            "$id": "92",
                            "id": 1,
                            "campaignID": 2,
                            "campaignName": "sample string 3",
                            "g_UID": "YTTZi/3aTUi561IQGQQabQ==",
                            "guid": "8bd93461-dafd-484d-b9eb-521019041a6d",
                            "description": "sample string 5",
                            "newPrice": 1,
                            "rangeDescription": "sample string 6",
                            "dealDescription": "sample string 7",
                            "labelQuantity": 8,
                            "hostProductCategoryID": 1,
                            "offerID": 1,
                            "dontUpdatePricePlus": true,
                            "campaign": {
                              "$ref": "56"
                            },
                            "comboPricePlus": [
                              {
                                "$id": "93",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "groupG_UID": "e+UyBOGa5EaFuYcIIk2/7g==",
                                "groupGuid": "0432e57b-9ae1-46e4-85b9-8708224dbfee",
                                "comboPriceType": 5,
                                "priceType": 5,
                                "pluG_UID": "B/zoLRlD1EqCuFOESYVGNg==",
                                "pluGuid": "2de8fc07-4319-4ad4-82b8-538449854636",
                                "priceGroupG_UID": "qu5PTUP/SEKGGNHyhV3ywg==",
                                "priceGroupGuid": "4d4feeaa-ff43-4248-8618-d1f2855df2c2",
                                "campaignPoolID": "sample string 7",
                                "quantity": 1,
                                "campaign": {
                                  "$ref": "56"
                                },
                                "product": {
                                  "$ref": "14"
                                },
                                "priceGroup": {
                                  "$ref": "20"
                                },
                                "campaignPool": {
                                  "$ref": "56"
                                }
                              },
                              {
                                "$ref": "93"
                              }
                            ]
                          },
                          {
                            "$ref": "92"
                          }
                        ],
                        "priceLevels": [
                          {
                            "$id": "94",
                            "id": 1,
                            "priceLevelIdentifier": "c6n6toAT4EGk0B0ksrx+OA==",
                            "priceLevelIdentifierGuid": "b6faa973-1380-41e0-a4d0-1d24b2bc7e38",
                            "campaignName": "sample string 3",
                            "priceLevelName": "sample string 4"
                          },
                          {
                            "$ref": "94"
                          }
                        ],
                        "promotionType": {
                          "$id": "95",
                          "identifier": "N19/cb3NYkaSkzEZZ3xo9A==",
                          "identifierGuid": "717f5f37-cdbd-4662-9293-3119677c68f4",
                          "hostType": 2,
                          "code": "sample string 3",
                          "description": "sample string 4",
                          "isLiquor": true,
                          "isAdvertised": true,
                          "disableWasSave": true,
                          "excludeFromPromoSales": true,
                          "labelPageLayoutG_UID": "0L5OX7a1IU6N7BCCEty1pA==",
                          "labelPageLayoutGuid": "5f4ebed0-b5b6-4e21-8dec-108212dcb5a4",
                          "priceLevelIdentifier": "FuktleIBgUeaYZCoKyRvpg==",
                          "priceLevelIdentifierGuid": "952de916-01e2-4781-9a61-90a82b246fa6",
                          "active": true,
                          "updated": "2026-06-03T18:30:58.0593721",
                          "hostName": "sample string 11"
                        }
                      },
                      "product": {
                        "$ref": "14"
                      },
                      "dealCost": {
                        "$id": "96",
                        "headerIdentifier": "yQozpw83gkuU6FywOwZlmw==",
                        "headerIdentifierGuid": "a7330ac9-370f-4b82-94e8-5cb03b06659b",
                        "identifier": "bFFpSQLyvkOWYn3mflc/cQ==",
                        "identifierGuid": "4969516c-f202-43be-9662-7de67e573f71",
                        "supplierIdentifier": "0IIklTVQdUq7VkSm5EgKFQ==",
                        "supplierGuid": "952482d0-5035-4a75-bb56-44a6e4480a15",
                        "pluG_UID": "cxPodI5NOkafA3pVua/BBA==",
                        "pluGuid": "74e81373-4d8e-463a-9f03-7a55b9afc104",
                        "campaignName": "4910bc83-8c49-4331-9989-9bea4c7d5ff7",
                        "description": "sample string 4",
                        "cost": 5,
                        "costDecimals": 6,
                        "start": "2026-06-03T18:30:58.0593721",
                        "end": "2026-06-03T18:30:58.0593721",
                        "type": 9,
                        "promoType": 10,
                        "bonusItemPLUG_UID": "wmoO3wymEUCmHKZ1/oCwpg==",
                        "bonusItemPluGuid": "df0e6ac2-a60c-4011-a61c-a675fe80b0a6",
                        "bonusPurchaseUnits": 11,
                        "bonusReceiveUnits": 12,
                        "updated": "2026-06-03T18:30:58.0593721",
                        "metcashPromotionID": "sample string 14",
                        "fromHost": 15,
                        "storeNames": "sample string 16",
                        "storeIDs": [
                          1,
                          2
                        ],
                        "supplierName": "sample string 17",
                        "campaignDescription": "sample string 18",
                        "newPrice": 1,
                        "campaignMetcashPromotionID": "sample string 19",
                        "campaignActive": true,
                        "campaignStartDate": "2026-06-03T18:30:58.0593721",
                        "campaignEndDate": "2026-06-03T18:30:58.0593721",
                        "masterPLUG_UID": "cXV5iQOfQU+3SmHDKDeZpA==",
                        "masterID": "89797571-9f03-4f41-b74a-61c3283799a4",
                        "productName": "sample string 22",
                        "productAPN": "sample string 23",
                        "orderCode": "sample string 24",
                        "normalSell": 25,
                        "normalCost": 26,
                        "normalCostDecimals": 27,
                        "cartonQuantity": 28,
                        "salesMode": 29,
                        "orderPacked": 30,
                        "fuelItem": true,
                        "active": true,
                        "bonusMasterPLUG_UID": "yzpNTpnvyUWz+n3fhuv7LQ==",
                        "bonusMasterID": "4e4d3acb-ef99-45c9-b3fa-7ddf86ebfb2d",
                        "bonusProductName": "sample string 34",
                        "bonusProductAPN": "sample string 35",
                        "bonusOrderCode": "sample string 36",
                        "bonusNormalSell": 37,
                        "bonusNormalCost": 38,
                        "bonusNormalCostDecimals": 39,
                        "bonusCartonQuantity": 40,
                        "bonusSalesMode": 41,
                        "bonusOrderPacked": 42,
                        "bonusFuelItem": true,
                        "bonusActive": true
                      }
                    },
                    "currentCostStart": "2026-06-03T18:30:58.0593721",
                    "dealCosts": [
                      {
                        "$ref": "96"
                      },
                      {
                        "$ref": "96"
                      }
                    ],
                    "tags": [
                      {
                        "$id": "97",
                        "pluG_UID": "JaS3ffgOiUG1WNttm7LMmA==",
                        "pluGuid": "7db7a425-0ef8-4189-b558-db6d9bb2cc98",
                        "tagID": 1,
                        "description": "sample string 1",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "97"
                      }
                    ],
                    "alternateProductG_UID": "uxMukw9u8UycILxd+B21Rg==",
                    "alternateProduct": "932e13bb-6e0f-4cf1-9c20-bc5df81db546",
                    "altProduct": {
                      "$ref": "14"
                    },
                    "productHostCode": {
                      "$id": "98",
                      "id": 1,
                      "pluG_UID": "RjwzF1u4D0W5kojQFCvrcA==",
                      "pluGuid": "17333c46-b85b-450f-b992-88d0142beb70",
                      "ibaCode": "sample string 2"
                    },
                    "mscCat": {
                      "$ref": "50"
                    },
                    "mscCom": {
                      "$ref": "51"
                    },
                    "mscDep": {
                      "$ref": "53"
                    },
                    "mscSubCom": {
                      "$ref": "52"
                    },
                    "isUserUpdate": true,
                    "ignoreMasterProduct": true,
                    "priceGroupLabelRequested": true,
                    "firstSold": "2026-06-03T18:30:58.0593721",
                    "inventoryTracked": "2026-06-03T18:30:58.0593721",
                    "isNormalPriceChangesCampaign": true,
                    "baseProductFuel": {
                      "$id": "99",
                      "pluG_UID": "2zKHoLJMC0ib1ZI17SWUJA==",
                      "pluGuid": "a08732db-4cb2-480b-9bd5-9235ed259424",
                      "fuelPluG_UID": "56jNhH7rqUGpgTZfZ7l95g==",
                      "fuelPluGuid": "84cda8e7-eb7e-41a9-a981-365f67b97de6",
                      "price": 3,
                      "productDescription": "sample string 4",
                      "productBarcode": "sample string 5",
                      "fuelProductDescription": "sample string 6",
                      "fuelProductBarcode": "sample string 7",
                      "fuelProductPrice": 8
                    },
                    "productFuelLinks": [
                      {
                        "$ref": "99"
                      },
                      {
                        "$ref": "99"
                      }
                    ]
                  },
                  "supplier": {
                    "$ref": "9"
                  },
                  "serviceFee": {
                    "$id": "100",
                    "id": 1,
                    "description": "sample string 1",
                    "fee": 1
                  },
                  "isPrimaryHost": true,
                  "hostVendor": 48
                },
                {
                  "$ref": "12"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "101",
                  "storeID": 1,
                  "supplierIdentifier": "NoH2kzdnf06kgXkczJww+w==",
                  "supplierGuid": "93f68136-6737-4e7f-a481-791ccc9c30fb",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "storeName": "sample string 5",
                  "departmentName": "sample string 6",
                  "orderDays": 7
                },
                {
                  "$ref": "101"
                }
              ],
              "cycles": [
                {
                  "$id": "102",
                  "storeID": 1,
                  "supplierIdentifier": "MBMqxBBp9UC4kgW4dF/zqQ==",
                  "supplierGuid": "c42a1330-6910-40f5-b892-05b8745ff3a9",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "cutOffWeek": 5,
                  "cutOffDay": 6,
                  "cutOffTime": "00:00:00.1234567",
                  "leadTime": 7,
                  "daysBuffer": 8,
                  "supplierName": "sample string 9",
                  "cutOffDate": "2026-06-03T18:30:58.0593721",
                  "deliveryDate": "2026-06-03T18:30:58.0593721",
                  "nextCutOffDate": "2026-06-03T18:30:58.0593721",
                  "nextDeliveryDate": "2026-06-03T18:30:58.0593721",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "102"
                }
              ],
              "store": {
                "$ref": "3"
              },
              "updated": "2026-06-03T18:30:58.0593721",
              "isHost": true
            },
            "files": [
              {
                "$id": "103",
                "id": "sample string 1",
                "fileName": "sample string 2",
                "extension": "sample string 3",
                "provider": 0,
                "type": 0,
                "hostType": "sample string 4",
                "createdUtc": "2026-06-03T18:30:58.0593721",
                "processed": "2026-06-03T18:30:58.0593721",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2026-06-03T18:30:58.0593721",
                "size": 1,
                "sizeFormat": "sample string 7",
                "isArchive": true,
                "customerNumber": "sample string 9",
                "businessPillar": "sample string 10",
                "fileType": "sample string 11",
                "version": "sample string 12",
                "reference": "sample string 13",
                "digest": "sample string 14",
                "contentType": "sample string 15",
                "host": {
                  "$ref": "8"
                },
                "metcashHeader": {
                  "$id": "104",
                  "customerNumber": "sample string 1",
                  "creationDate": "2026-06-03T18:30:58.0593721",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "103"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "105",
                "id": 1,
                "hostIdentifier": "cqi7UHKr9km0vsi9rjrI0g==",
                "hostIdentifierGuid": "50bba872-ab72-49f6-b4be-c8bdae3ac8d2",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "4fed8d62-5fa7-4260-92e5-4920e9cfd9c7",
                  "8c85587f-755b-4665-bdb1-123b8edfdf58"
                ]
              },
              {
                "$ref": "105"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "7"
            },
            "hostStoreSettings": [
              {
                "$ref": "7"
              },
              {
                "$ref": "7"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "106",
                "identifier": "vLmJKlL+IEWN6/rRXQ0w1g==",
                "identifierGuid": "2a89b9bc-fe52-4520-8deb-fad15d0d30d6",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "106"
              }
            ],
            "promoTypeGuids": [
              "16aecd83-d8ac-43a1-8103-a700147dd756",
              "b8094f73-c8c4-41cd-ab8a-d1fb77538241"
            ],
            "isPromotionOnly": false,
            "isOrderable": false,
            "vendor": 0
          },
          "groupIDs": [
            1,
            2
          ],
          "hostDescription": "sample string 27"
        },
        {
          "$ref": "7"
        }
      ],
      "accounts": [
        {
          "$id": "107",
          "id": 1,
          "storeID": 1,
          "accountName": "sample string 2",
          "bsb": "sample string 3",
          "accountNumber": "sample string 4",
          "accountDesignated": true
        },
        {
          "$ref": "107"
        }
      ],
      "sales": [
        {
          "$id": "108",
          "id": 1,
          "storeID": 1,
          "externalSalesType": 2,
          "ftpSiteID": 1,
          "lastSaleProcessed": "2026-06-03T18:30:58.0593721",
          "ftpSite": {
            "$id": "109",
            "id": 1,
            "description": "sample string 2",
            "address": "sample string 3",
            "username": "sample string 4",
            "password": "sample string 5",
            "path": "sample string 7",
            "protocol": 8
          }
        },
        {
          "$ref": "108"
        }
      ],
      "suppliedStores": [
        1,
        2
      ],
      "zoneMatrix": [
        {
          "$ref": "105"
        },
        {
          "$ref": "105"
        }
      ],
      "cashManagements": [
        {
          "$id": "110",
          "id": 1,
          "storeID": 1,
          "cashManagementType": 2,
          "apiID": 1,
          "organisationID": "sample string 3",
          "siteName": "sample string 4",
          "thirdPartyAPI": {
            "$id": "111",
            "id": 1,
            "description": "sample string 2",
            "address": "sample string 3",
            "username": "sample string 4",
            "password": "sample string 5",
            "passwordPlain": "sample string 6",
            "token": "sample string 7",
            "apiType": 8,
            "apiSubType": 9,
            "config": "sample string 10"
          }
        },
        {
          "$ref": "110"
        }
      ],
      "updateStoreID": "68065792-1787-4f65-a305-e788ae23a46a",
      "updateStore": {
        "$id": "112",
        "id": "579098ea-dff6-48d6-813d-cce424456ebc",
        "name": "sample string 1",
        "lastActivity": "2026-06-03T18:30:58.0593721",
        "zone": "sample string 2",
        "timeZoneOffset": 0.0,
        "businessHoursStart": "00:00:00.1234567",
        "businessHoursEnd": "00:00:00.1234567",
        "master": true,
        "lastIP": "sample string 10",
        "lastHostName": "sample string 11",
        "ping": 1,
        "pingStatus": "sample string 12",
        "lastUpdateCompleted": "2026-06-03T18:30:58.0593721"
      },
      "timeZoneId": "sample string 54",
      "securityOptions": {
        "$id": "113",
        "loginMode": 1,
        "allowSelfVerification": true,
        "verifierEmail": "sample string 3",
        "source": "sample string 4",
        "loginModeInherited": 5,
        "loginModeSource": "sample string 6",
        "selfVerifyInherited": true,
        "selfVerifySource": "sample string 8",
        "verifyEmailInherited": "sample string 9",
        "verifyEmailSource": "sample string 10"
      }
    },
    "supplier": {
      "$ref": "9"
    },
    "orderCycle": {
      "$id": "114",
      "id": 1,
      "autoOrderGuid": "ucYGkCfV+kuZNEplpaXmMA==",
      "autoOrderIdentifier": "9006c6b9-d527-4bfa-9934-4a65a5a5e630",
      "cutOffDate": "2026-06-03T18:30:58.0593721",
      "deliveryDate": "2026-06-03T18:30:58.0593721",
      "daysBuffer": 3,
      "nextCutOffDate": "2026-06-03T18:30:58.0593721",
      "nextDeliveryDate": "2026-06-03T18:30:58.0593721",
      "nextDaysBuffer": 5
    },
    "details": [
      {
        "$id": "115",
        "autoOrderGuid": "nuxEqO1S0Emh7ZPIGjg9iQ==",
        "autoOrderIdentifier": "a844ec9e-52ed-49d0-a1ed-93c81a383d89",
        "pluG_UID": "/rOIwBw8TkSlvUe4zF/skA==",
        "pluGuid": "c088b3fe-3c1c-444e-a5bd-47b8cc5fec90",
        "orderCartons": 1,
        "orderUnits": 1,
        "orderWeight": 1,
        "processedCartons": 1,
        "processedUnits": 1,
        "processedWeight": 1,
        "cartons": 1,
        "units": 1,
        "weight": 1,
        "status": 1,
        "bestDealCartonCost": 1.1,
        "bestDealDays": 1,
        "lastDealDays": 1,
        "normalCartonCost": 1.1,
        "currentDealCartonCost": 1.1,
        "investmentCartons": 1,
        "investmentUnits": 1,
        "investmentWeight": 1,
        "investmentSavedAmt": 1.1,
        "investmentBuyEndDate": "2026-06-03T18:30:58.0593721",
        "investmentBuyStatus": 2,
        "processed": "2026-06-03T18:30:58.0593721",
        "product": {
          "$ref": "14"
        },
        "orderCode": "sample string 3",
        "directIndicator": "sample string 4",
        "cycle": {
          "$ref": "102"
        },
        "inventory": {
          "$id": "116",
          "inventoryGuid": "2JyI60O7pk6a4t4GE64cog==",
          "inventoryIdentifier": "eb889cd8-bb43-4ea6-9ae2-de0613ae1ca2",
          "created": "2026-06-03T18:30:58.0593721",
          "createdLocal": "2026-06-03T18:30:58.0593721",
          "onHand": 4,
          "onHandPacks": 5,
          "onOrder": 6,
          "onOrderPacks": 7,
          "accuracy": 8,
          "updated": "2026-06-03T18:30:58.0593721",
          "history": [
            {
              "$id": "117",
              "inventoryGuid": "y2j1BVELyU+Jb5TQwuFqeA==",
              "inventoryIdentifier": "05f568cb-0b51-4fc9-896f-94d0c2e16a78",
              "pluG_UID": "7qOklYJsDEmz607S3/sL4w==",
              "pluIdentifier": "95a4a3ee-6c82-490c-b3eb-4ed2dffb0be3",
              "inventoryReason": 3,
              "inventoryInvoiceGuid": "5LcLM32eEE+vDPRCtj/i7A==",
              "invoiceIdentifier": "330bb7e4-9e7d-4f10-af0c-f442b63fe2ec",
              "operatorGuid": "x2Z3PcJ9cEKAyNxawsl6Rw==",
              "operatorIdentifier": "3d7766c7-7dc2-4270-80c8-dc5ac2c97a47",
              "stocktakeGuid": "KSBeU13TWE6dmGMG91Gbjg==",
              "stocktakeIdentifier": "535e2029-d35d-4e58-9d98-6306f7519b8e",
              "orderGuid": "TETxAFjN+EeoAqeg+Pp8CQ==",
              "orderIdentifier": "00f1444c-cd58-47f8-a802-a7a0f8fa7c09",
              "saleHeaderGuid": "sQBHsUdn6E2TuTQ1kCu1Nw==",
              "saleHeaderGuidIdentifier": "b14700b1-6747-4de8-93b9-3435902bb537",
              "dumpStockID": 1,
              "fuelDeliveryID": 1,
              "creditNoteIdentifier": "CBbpfcm0bkCaniz3hHmNeQ==",
              "creditNoteGuid": "7de91608-b4c9-406e-9a9e-2cf784798d79",
              "inventorySourceGuid": "LKqyrN3CV0eNo3ndcXrrcA==",
              "inventorySourceIdentifier": "acb2aa2c-c2dd-4757-8da3-79dd717aeb70",
              "createdLocal": "2026-06-03T18:30:58.0593721",
              "baseUnits": 4,
              "unitsPerCarton": 5,
              "unitsPerCartonWeighted": true,
              "counted": 7,
              "countedPacks": 8,
              "open": 1,
              "movementQty": 9,
              "close": 1,
              "openPacks": 1,
              "movementQtyPacks": 10,
              "closePacks": 1,
              "accuracy": 1,
              "manual": 11,
              "user": "sample string 12",
              "updated": "2026-06-03T18:30:58.0593721",
              "createdLocalTime": "2026-06-03T18:30:58.0593721",
              "storeID": 14,
              "barcode": "sample string 15",
              "directCode": "sample string 16",
              "productName": "sample string 17",
              "salesMode": 18,
              "orderPacked": 19,
              "invoice": {
                "$id": "118",
                "inventoryInvoiceGuid": "pAOeMKgtlUu19BoIjMI1lQ==",
                "invoiceIdentifier": "309e03a4-2da8-4b95-b5f4-1a088cc23595",
                "inventoryGuid": "rVsz2sXDlEOjh3mnkCUFIg==",
                "inventoryIdentifier": "da335bad-c3c5-4394-a387-79a790250522",
                "supplierIdentifier": "cWAx+KUbsE6nPU8gGwe53w==",
                "supplierGuid": "f8316071-1ba5-4eb0-a73d-4f201b07b9df",
                "orderGuid": "DEgpIV89akuwQHnLbsG/mQ==",
                "orderIdentifier": "2129480c-3d5f-4b6a-b040-79cb6ec1bf99",
                "invoiceHeaderIdentifier": "lzLZrUnZIkWklLS+VHQeyQ==",
                "invoiceHeaderGuid": "add93297-d949-4522-a494-b4be54741ec9",
                "created": "2026-06-03T18:30:58.0593721",
                "ordered": "2026-06-03T18:30:58.0593721",
                "storeID": 1,
                "bestOrExpire": "2026-06-03T18:30:58.0593721",
                "bestOrExpireType": 1,
                "units": 1,
                "weight": 1,
                "received": "2026-06-03T18:30:58.0593721",
                "cost": 1,
                "totalCost": 1,
                "freightCost": 1,
                "inStock": 1,
                "pluG_UID": "MFSkvrLnUkms1ruZGLTFjQ==",
                "pluGuid": "bea45430-e7b2-4952-acd6-bb9918b4c58d",
                "orderInventoryGuid": "iYVQJbDqHki263XvjVs/5g==",
                "orderInventoryIdentifier": "25508589-eab0-481e-b6eb-75ef8d5b3fe6",
                "supplier": {
                  "$ref": "9"
                },
                "inventoryUnits": [
                  {
                    "$id": "119",
                    "invoiceItemNo": 1,
                    "inventoryInvoiceGuid": "0oacjgBZ90KMn9CbFKQjgw==",
                    "invoiceIdentifier": "8e9c86d2-5900-42f7-8c9f-d09b14a42383",
                    "inventoryGuid": "pEKxnp2M60uQ09+PAA5I8g==",
                    "inventoryIdentifier": "9eb142a4-8c9d-4beb-90d3-df8f000e48f2",
                    "serialNumber": "sample string 3",
                    "sold": "2026-06-03T18:30:58.0593721",
                    "saleItemID": 1,
                    "storeID": 1,
                    "returned": "2026-06-03T18:30:58.0593721",
                    "dumped": 1,
                    "saleHeaderID": 1
                  },
                  {
                    "$ref": "119"
                  }
                ]
              },
              "invoiceHeaderIdentifier": "5+SIAz1MPUidJAeJmxw8Pw==",
              "invoiceHeaderGuid": "0388e4e7-4c3d-483d-9d24-07899b1c3c3f",
              "invoiceNumber": "sample string 20",
              "invoiceCost": 1,
              "invoiceCostDecimals": 1,
              "orderNumber": 1,
              "orderReceivingStoreName": "sample string 21",
              "orderSendingStoreName": "sample string 22",
              "creditNoteID": 1,
              "reason": {
                "$id": "120",
                "id": 1,
                "name": "sample string 1",
                "allowRF": 2,
                "dumpStock": 3,
                "creditRequest": 4,
                "excludeFromLoss": 5,
                "reserved": 6,
                "updated": "2026-06-03T18:30:58.0593721"
              },
              "reasonName": "sample string 23",
              "operatorName": "sample string 24",
              "operatorNumber": "sample string 25",
              "stocktakeName": "sample string 26",
              "saleIdentifier": "sample string 27",
              "saleHeaderID": 1,
              "inventoryAfterCounted": true,
              "inventorySetStock": true,
              "externalId": "sample string 30",
              "apn": "sample string 31",
              "deptCode": "sample string 32"
            },
            {
              "$ref": "117"
            }
          ],
          "products": [
            {
              "$ref": "14"
            },
            {
              "$ref": "14"
            }
          ],
          "lastInvoiceCost": 1
        },
        "aws": 5.0,
        "products": [
          {
            "$id": "121",
            "parentPluGuid": "f1667a0f-d3f3-4e3a-bdf1-58b6b89c5cd4",
            "product": {
              "$ref": "14"
            },
            "inventory": {
              "$ref": "116"
            },
            "storeID": 2,
            "storeName": "sample string 3",
            "dayWeighting": {
              "$id": "122",
              "sunday": 1.1
            },
            "explanations": [
              {
                "$id": "123",
                "pluG_UID": "Vf9BP3kOYUyJHZos94JwMg==",
                "pluGuid": "3f41ff55-0e79-4c61-891d-9a2cf7827032",
                "consolidatedSales": {
                  "$id": "124",
                  "1": {
                    "$id": "125",
                    "discountPercentage": 1,
                    "days": 2,
                    "quantity": 3.1,
                    "aws": 3.1,
                    "cartonQuantity": 4.1,
                    "lowQuality": true
                  },
                  "2": {
                    "$ref": "125"
                  }
                },
                "dailyPrices": {
                  "$id": "126",
                  "2026-06-03T18:30:58.0593721": {
                    "$id": "127",
                    "date": "2026-06-03T18:30:58.0593721",
                    "salePrice": 1,
                    "campaign": "sample string 2",
                    "campaignDescription": "sample string 3",
                    "combo": true,
                    "comboPriceGroupG_UID": "ngRlab92dkOt9lDGuqYb3Q==",
                    "comboPriceGroupGuid": "6965049e-76bf-4376-adf6-50c6baa61bdd"
                  }
                },
                "onHandPredictions": [
                  {
                    "$id": "128",
                    "autoOrderGuid": "k25PelwYvE68GINW4X5fIA==",
                    "autoOrderIdentifier": "7a4f6e93-185c-4ebc-bc18-8356e17e5f20",
                    "pluG_UID": "S4HCSRMX0U2Tf/X/XTYE6Q==",
                    "pluGuid": "49c2814b-1713-4dd1-937f-f5ff5d3604e9",
                    "childPLUG_UID": "+84zpiyyZkqFepCQv82zDQ==",
                    "childPluGuid": "a633cefb-b22c-4a66-857a-9090bfcdb30d",
                    "date": "2026-06-03T18:30:58.0593721",
                    "normalPrice": 2.0,
                    "salePrice": 3.0,
                    "discountPercentage": 4,
                    "discountPercentageActual": -50,
                    "predictedQuantity": 5.1,
                    "campaign": "sample string 6",
                    "campaignDescription": "sample string 7",
                    "lowQuality": true,
                    "investmentBuy": true,
                    "buffer": 10,
                    "boostDays": 11
                  },
                  {
                    "$ref": "128"
                  }
                ],
                "predictions": [
                  {
                    "$ref": "128"
                  },
                  {
                    "$ref": "128"
                  }
                ],
                "product": {
                  "$ref": "14"
                }
              },
              {
                "$ref": "123"
              }
            ]
          },
          {
            "$ref": "121"
          }
        ],
        "supplierOrderingDetail": {
          "$ref": "12"
        },
        "manufacturerSupplier": "bbbd8384-be72-44a0-95d1-97129ae23466",
        "cartonQuantity": 1,
        "sellPrice": 1,
        "cost": 1,
        "costDecimals": 1,
        "bufferDays": 6,
        "boostDays": 7
      },
      {
        "$ref": "115"
      }
    ],
    "boosts": [
      {
        "$id": "129",
        "autoOrderGuid": "0AXLz0nslEyo5lSj/pSstw==",
        "autoOrderIdentifier": "cfcb05d0-ec49-4c94-a8e6-54a3fe94acb7",
        "date": "2026-06-03T18:30:58.0593721",
        "boost": 2
      },
      {
        "$ref": "129"
      }
    ]
  },
  "supplierName": "sample string 34",
  "supplierStoreID": 1,
  "supplierCartonsOnly": true,
  "supplierEnforceMinimumQuantity": true,
  "supplierMinimumOrderValue": 1,
  "storeName": "sample string 37",
  "orderCode": {
    "$id": "130",
    "code": "sample string 1",
    "description": "sample string 2"
  },
  "store": {
    "$ref": "3"
  },
  "supplier": {
    "$ref": "9"
  },
  "totalCostInc": 38.0,
  "totalPickedCostInc": 39.0,
  "totalReceivedCostInc": 40.0,
  "total": {
    "$id": "131",
    "orderGuid": "6LJvaswybUakyIz81jMSkQ==",
    "orderIdentifier": "6a6fb2e8-32cc-466d-a4c8-8cfcd6331291",
    "supplierIdentifier": "DIQWRLKODEGzJjmyL+JgDQ==",
    "supplierGuid": "4416840c-8eb2-410c-b326-39b22fe2600d",
    "records": 1,
    "cartons": 2.1,
    "cartonQuantity": 3,
    "weight": 4,
    "costInc": 5,
    "sellInc": 6,
    "costGST": 7,
    "sellGST": 8,
    "pickedCostInc": 9,
    "pickedSellInc": 10,
    "receivedRecords": 11,
    "receivedWeight": 1,
    "receivedCartons": 1,
    "receivedCartonQuantity": 1,
    "receivedUnits": 1,
    "receivedSellInc": 12,
    "receivedCostInc": 13,
    "receivedCostGST": 14,
    "receivedSellGST": 15,
    "investmentBuyRecords": 16,
    "investmentBuyCartons": 17.1,
    "investmentBuyCartonQuantity": 18,
    "investmentBuyWeight": 19,
    "investmentBuyCostInc": 20,
    "investmentBuySellInc": 21,
    "investmentBuyCostGST": 22,
    "investmentBuySellGST": 23,
    "investmentBuySavedAmount": 24.1
  },
  "details": [
    {
      "$id": "132",
      "id": 1,
      "orderGuid": "GNWVBlyk20+NYRaXFi26Hw==",
      "orderIdentifier": "0695d518-a45c-4fdb-8d61-1697162dba1f",
      "pluG_UID": "dh5s/VHxREe8QHSingDuDA==",
      "pluGuid": "fd6c1e76-f151-4744-bc40-74a29e00ee0c",
      "created": "2026-06-03T18:30:58.0593721",
      "apn": "sample string 1",
      "itemNumber": "sample string 2",
      "directNumber": "sample string 3",
      "directIndicator": "sample string 4",
      "salesMode": 1,
      "orderByWeight": true,
      "sellPrice": 1,
      "inventoryFixed": true,
      "hasInventory": true,
      "inventoryAccuracy": 8,
      "onOrder": 1,
      "onOrderPacks": 1,
      "onHand": 1,
      "onHandPacks": 1,
      "doNotRange": true,
      "doNotOrder": true,
      "cost": 1,
      "costDecimals": 1,
      "pickedCost": 1,
      "pickedCostDecimals": 1,
      "averagePackSize": 11.0,
      "cartonQuantity": 1,
      "cartons": 1,
      "units": 1,
      "weight": 1,
      "pickedCartons": 1,
      "pickedUnits": 1,
      "pickedWeight": 1,
      "shippedCartons": 1,
      "shippedUnits": 1,
      "shippedWeight": 1,
      "receivedCartons": 1,
      "receivedCartonQuantity": 1,
      "receivedTun": "sample string 12",
      "receivedUnits": 1,
      "receivedWeight": 1,
      "received": 1,
      "status": 13,
      "substituteG_UID": "EBDz+GF35keCt0ELU58jjA==",
      "substituteGuid": "f8f31010-7761-47e6-82b7-410b539f238c",
      "warehousePLUG_UID": "QVTpJ27aQ0+W2p17RcqwEw==",
      "warehousePluGuid": "27e95441-da6e-4f43-96da-9d7b45cab013",
      "updated": "2026-06-03T18:30:58.0593721",
      "increment": true,
      "description": "sample string 15",
      "product": {
        "$ref": "14"
      },
      "unknownScan": {
        "$id": "133",
        "pluG_UID": "k8npvGRkSk+7UlHGqD/WFA==",
        "pluGuid": "bce9c993-6464-4f4a-bb52-51c6a83fd614",
        "orderGuid": "SALlzWy7nUai6OdkWztDEg==",
        "orderIdentifier": "cde50248-bb6c-469d-a2e8-e7645b3b4312",
        "barcode": "sample string 3",
        "created": "2026-06-03T18:30:58.0593721",
        "assigned": true
      },
      "unknownScanItem": true,
      "substitute": {
        "$ref": "14"
      },
      "warehouseProduct": {
        "$ref": "14"
      },
      "lookup": {
        "$id": "134",
        "pluG_UID": "XcoSmE+V50WzN/Rk8ouvZA==",
        "pluGuid": "9812ca5d-954f-45e7-b337-f464f28baf64",
        "inventoryGuid": "QEsJUBn5MkOBaAMdoImx3A==",
        "inventoryIdentifier": "50094b40-f919-4332-8168-031da089b1dc",
        "averageWeeklySales": 1.0,
        "promotionalAverageWeeklySales": 1.0,
        "inventoryAverageWeeklySales": 1.0,
        "inventoryPromotionalAverageWeeklySales": 1.0,
        "onHand": 1,
        "onHandPacks": 1,
        "onOrder": 1,
        "onOrderPacks": 1,
        "accuracy": 1,
        "lastOrdered": "2026-06-03T18:30:58.0593721",
        "lastOrderQuantity": 1.1,
        "lastReceived": "2026-06-03T18:30:58.0593721",
        "lastReceivedQuantity": 1.1,
        "lastInvoiceStatus": 1
      },
      "productOrderingDetail": {
        "$ref": "12"
      },
      "dealCost": {
        "$ref": "96"
      },
      "nextCost": {
        "$ref": "96"
      },
      "lastChance": true,
      "holdOff": 18,
      "holdOffDate": "2026-06-03T18:30:58.0593721",
      "orderHeader": {
        "$ref": "1"
      },
      "invoiceDetail": {
        "$id": "135",
        "identifier": "2hw8uIpwQkyDdwASiuFwwQ==",
        "identifierGuid": "b83c1cda-708a-4c42-8377-00128ae170c1",
        "headerIdentifier": "oZl6EFAPuke0BbCMZeGjIg==",
        "headerIdentifierGuid": "107a99a1-0f50-47ba-b405-b08c65e1a322",
        "pluG_UID": "ODE5KCLYN02IKPZnW+312A==",
        "pluGuid": "28393138-d822-4d37-8828-f6675bedf5d8",
        "pageNo": 1,
        "lineNo": 1,
        "itemOrdered": "sample string 1",
        "itemShipped": "sample string 2",
        "apn": "sample string 3",
        "barcode": "sample string 4",
        "prodStatus": 0,
        "dateAvailable": "2026-06-03T18:30:58.0593721",
        "commodity": "sample string 5",
        "supplier": "sample string 6",
        "itemDesc": "sample string 7",
        "itemType": 48,
        "investmentBuyInd": "A",
        "orderType": "sample string 8",
        "cartonQty": 1,
        "cartonQuantitySpecified": true,
        "soldByWeight": true,
        "orderByWeight": true,
        "unitsOrdered": 1,
        "unitsSupplied": 1,
        "unitsReceived": 1,
        "weightOrdered": 1,
        "weightShipped": 1,
        "weightReceived": 1,
        "unitSpecified": 11,
        "wholesalePrice": 1,
        "extWholesalePrice": 1,
        "normalPrice": 1,
        "retailPrice": 1,
        "pricingUnit": "sample string 12",
        "claimFlag": "A",
        "gstRate": 1,
        "gstAmount": 1,
        "extGstAmount": 1,
        "deliWeight": 1,
        "marginAmount": 1,
        "extMarginAmount": 1,
        "costAmount": 1,
        "orderedCostAmount": 1,
        "extCostAmount": 1,
        "costIncSpecified": true,
        "extendedCostSpecified": true,
        "cartonCostSpecified": true,
        "freightAmount": 16,
        "freightGstAmount": 17,
        "extFreightAmount": 18,
        "extFreightGstAmount": 19,
        "costDecimals": 20,
        "wetRate": 1,
        "containerDeposit": 1,
        "basePrice": 1,
        "wetValue": 1,
        "deliveryFee": 1,
        "casePrice": 1,
        "wholesaleExt": 1,
        "wetExt": 1,
        "totalLitres": 1,
        "tun": "sample string 21",
        "applyDetails": true,
        "applySell": true,
        "applyCost": true,
        "applyOr": true,
        "applyQty": true,
        "itemNumber": "sample string 22",
        "directNumber": "sample string 23",
        "itemSize": "sample string 24",
        "costGst": 1,
        "sellGst": 1,
        "costOr": 1,
        "sellOr": 1,
        "marginOr": 1,
        "grossProfit": 1.0,
        "sell": 1,
        "cartonCost": 1,
        "currentCost": 1,
        "costID": "A",
        "costStart": "2026-06-03T18:30:58.0593721",
        "costEnd": "2026-06-03T18:30:58.0593721",
        "createdFromUnknownScan": true,
        "orderGuid": "RWcCk2E3PEquAGY3N5YM1w==",
        "orderIdentifierGuid": "93026745-3761-4a3c-ae00-663737960cd7",
        "processed": true,
        "received": true,
        "inventoried": true,
        "fromElectronicInvoice": true,
        "allowDelete": true,
        "updated": "2026-06-03T18:30:58.0593721",
        "invoiceNo": "sample string 30",
        "hasInventory": true,
        "existingCost": 32.1,
        "existingSell": 33.1,
        "futureCost": 1.1,
        "futureSell": 1.1,
        "nextSell": 1.1,
        "nextSellCampaignName": "sample string 34",
        "nextSellCampaignDescription": "sample string 35",
        "dealCost": {
          "$ref": "96"
        },
        "nextCost": {
          "$ref": "96"
        },
        "lastChance": true,
        "holdOff": 37,
        "holdOffDate": "2026-06-03T18:30:58.0593721",
        "unknownScan": {
          "$id": "136",
          "pluG_UID": "tx4B2qxS5U699gH/GJ2m5w==",
          "pluGuid": "da011eb7-52ac-4ee5-bdf6-01ff189da6e7",
          "invoiceIdentifier": "ZdUPgAkAyECHjo8S1U3BkA==",
          "invoiceGuid": "800fd565-0009-40c8-878e-8f12d54dc190",
          "barcode": "sample string 3",
          "itemNumber": "sample string 4",
          "created": "2026-06-03T18:30:58.0593721"
        },
        "productActive": true,
        "productSalesMode": 39,
        "productGSTPercent": 40,
        "productCostCalcMethod": 41,
        "productAlwaysApplyMargin": true,
        "productMarginRanged": true,
        "productMargin": 1.1,
        "productMinimumMargin": 1.1,
        "productMaximumMargin": 1.1,
        "priceGroupG_UID": "gI7KfcTRf0itIY9Z3WxVXA==",
        "priceGroupGuid": "7dca8e80-d1c4-487f-ad21-8f59dd6c555c",
        "priceGroupName": "sample string 44",
        "priceGroupCode": "sample string 45",
        "product": {
          "$ref": "14"
        },
        "incrementCount": true,
        "minimumQuantity": 1,
        "randomWeight": true,
        "salesMode": 47,
        "cartons": 1,
        "weight": 1,
        "units": 1,
        "autoOrderStatus": 1,
        "invoiceDetailReceive": true
      },
      "autoOrderDetail": {
        "$ref": "115"
      },
      "costGSTPercent": 1,
      "orderDetailReceive": true,
      "isBackedUp": true,
      "backupWarehouseIndicator": "sample string 21",
      "backupOrderCode": "sample string 22"
    },
    {
      "$ref": "132"
    }
  ],
  "unknownScans": [
    {
      "$ref": "133"
    },
    {
      "$ref": "133"
    }
  ],
  "transportCompany": {
    "$id": "137",
    "identifier": "KNg88uGH50m+xHJrxpFtow==",
    "identifierGuid": "f23cd828-87e1-49e7-bec4-726bc6916da3",
    "companyName": "sample string 1",
    "abn": "sample string 2",
    "address1": "sample string 3",
    "address2": "sample string 4",
    "telephone": "sample string 5",
    "primaryContactGuid": "1i3Xf1um70G74fmLhHZykw==",
    "primaryContactID": "7fd72dd6-a65b-41ef-bbe1-f98b84767293",
    "primaryContact": {
      "$ref": "10"
    }
  },
  "isMetcashSorted": true,
  "backupOrderType": "sample string 42",
  "backupOrderTypeDescription": "sample string 43",
  "backupTradingPartner": 1,
  "backupHostIdentifier": "9e4a8018-2f9c-461d-9373-d6605853fea3"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.