GET api/product/{id}/storeprices

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of StorePrice
NameDescriptionTypeAdditional information
PluG_UID

Collection of byte

None.

PluGuid

globally unique identifier

None.

PLU

integer

None.

StoreID

integer

None.

ZoneID

integer

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

ZoneName

string

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

Store

string

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

IsElectedMasterStore

boolean

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

IsZoneMasterStore

boolean

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

PriceNow

integer

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

CostNow

integer

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

CostNowDecimals

integer

None.

NormalPrice

integer

None.

PriceNext

integer

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

CostNext

integer

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

CostNextDecimals

integer

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

NextCampaignName

string

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

GstPercent

integer

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

NormalCost

integer

None.

NormalCostDecimals

integer

None.

CostGstPercent

integer

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

CostCalcMethod

CostCalcMethod

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

CurrentCost

integer

None.

CurrentCostDecimals

integer

None.

Break1

integer

None.

Price1

integer

None.

Break2

integer

None.

Price2

integer

None.

Break3

integer

None.

Price3

integer

None.

FuelItem

integer

None.

FixedWeight

integer

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

Active

boolean

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

ComplianceIndicator

string

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

DoNotOrder

boolean

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

DoNotRange

boolean

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

IsNormalPriceChangesCampaign

boolean

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

Updated

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "pluG_UID": "urFqHI+MHkKgK2kVk6wp2g==",
    "pluGuid": "1c6ab1ba-8c8f-421e-a02b-691593ac29da",
    "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-04-03T06:18:46.2565291"
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfStorePrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager">
  <StorePrice>
    <Active>true</Active>
    <Break1>19</Break1>
    <Break2>21</Break2>
    <Break3>23</Break3>
    <ComplianceIndicator>sample string 27</ComplianceIndicator>
    <CostCalcMethod>1</CostCalcMethod>
    <CostGstPercent>16</CostGstPercent>
    <CostNext>1</CostNext>
    <CostNextDecimals>11</CostNextDecimals>
    <CostNow>8</CostNow>
    <CostNowDecimals>9</CostNowDecimals>
    <CurrentCost>17</CurrentCost>
    <CurrentCostDecimals>18</CurrentCostDecimals>
    <DoNotOrder>true</DoNotOrder>
    <DoNotRange>true</DoNotRange>
    <FixedWeight>26</FixedWeight>
    <FuelItem>25</FuelItem>
    <GstPercent>13</GstPercent>
    <IsElectedMasterStore>true</IsElectedMasterStore>
    <IsNormalPriceChangesCampaign>true</IsNormalPriceChangesCampaign>
    <IsZoneMasterStore>true</IsZoneMasterStore>
    <NextCampaignName>sample string 12</NextCampaignName>
    <NormalCost>14</NormalCost>
    <NormalCostDecimals>15</NormalCostDecimals>
    <NormalPrice>10</NormalPrice>
    <PLU>1</PLU>
    <PluG_UID>urFqHI+MHkKgK2kVk6wp2g==</PluG_UID>
    <PluGuid>1c6ab1ba-8c8f-421e-a02b-691593ac29da</PluGuid>
    <Price1>20</Price1>
    <Price2>22</Price2>
    <Price3>24</Price3>
    <PriceNext>1</PriceNext>
    <PriceNow>7</PriceNow>
    <Store>sample string 4</Store>
    <StoreID>1</StoreID>
    <Updated>2026-04-03T06:18:46.2565291+00:00</Updated>
    <ZoneID>2</ZoneID>
    <ZoneName>sample string 3</ZoneName>
  </StorePrice>
  <StorePrice>
    <Active>true</Active>
    <Break1>19</Break1>
    <Break2>21</Break2>
    <Break3>23</Break3>
    <ComplianceIndicator>sample string 27</ComplianceIndicator>
    <CostCalcMethod>1</CostCalcMethod>
    <CostGstPercent>16</CostGstPercent>
    <CostNext>1</CostNext>
    <CostNextDecimals>11</CostNextDecimals>
    <CostNow>8</CostNow>
    <CostNowDecimals>9</CostNowDecimals>
    <CurrentCost>17</CurrentCost>
    <CurrentCostDecimals>18</CurrentCostDecimals>
    <DoNotOrder>true</DoNotOrder>
    <DoNotRange>true</DoNotRange>
    <FixedWeight>26</FixedWeight>
    <FuelItem>25</FuelItem>
    <GstPercent>13</GstPercent>
    <IsElectedMasterStore>true</IsElectedMasterStore>
    <IsNormalPriceChangesCampaign>true</IsNormalPriceChangesCampaign>
    <IsZoneMasterStore>true</IsZoneMasterStore>
    <NextCampaignName>sample string 12</NextCampaignName>
    <NormalCost>14</NormalCost>
    <NormalCostDecimals>15</NormalCostDecimals>
    <NormalPrice>10</NormalPrice>
    <PLU>1</PLU>
    <PluG_UID>urFqHI+MHkKgK2kVk6wp2g==</PluG_UID>
    <PluGuid>1c6ab1ba-8c8f-421e-a02b-691593ac29da</PluGuid>
    <Price1>20</Price1>
    <Price2>22</Price2>
    <Price3>24</Price3>
    <PriceNext>1</PriceNext>
    <PriceNow>7</PriceNow>
    <Store>sample string 4</Store>
    <StoreID>1</StoreID>
    <Updated>2026-04-03T06:18:46.2565291+00:00</Updated>
    <ZoneID>2</ZoneID>
    <ZoneName>sample string 3</ZoneName>
  </StorePrice>
</ArrayOfStorePrice>

text/csv

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PKW2�\��Ȧ�5xl/workbook.xml �(�����0��&�C�����'.^=x_�"
�'m
>��7o;���N1i;4Z�#G�r[��{�3�x��ITa�i+�i_Lw��Xk���<��(eG�B+���J���Eh]��帢$E�ぐbn�8�Ec�;���!��*�~�(�@bIk�@���ے�)���#�pIo׈gY�@�Н��
����PKW2�\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
W2�\kIg''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R29b8895deb3746b7" /></Relationships>PKW2�\;KˉE�xl/worksheets/sheet1.xml �(��YkS�:�+�|������qK)���'m���dJb�6�?�J��X�N�����ڳv������EU����26��r2[�<>6w����ç��UO��8��>���Ӧy8���i1�Y�P,vWV�q���~�ʻ��mqR�>΋E3〈QU܏w�z:{��ϫ�V�P������K�dz���p2s�/�~PwG��8��W쯳�>�[��,-�8�
ي;j�OWW����n�x�|,�Ί��i�\�+�my_�~泥w��|�g��i6i��fR�B0������n�����<��Z�7zԙT��0�v�q�Ǎ�f ��['�:��N�urO�Z���'�i�a�1�w��Z���ެ�f��,㠕��k��z�����ML3m��\(���Aa�s���Y�κg�M� XZ!�Ѫg�5؆
tƅ3O�c���6n�3n53Vj�9���A<w|Z3%��}&��A@�BID��r>��B�1��*�8�Q� �6Ɲ���}���4d��f�Gn�l�q�`Z��(�"}����Y�
�;QY��#�y�Τ5|�~���7�Rf��n�w=g�} 9�>X�h,jԦgH.B���=��>�|�N�>�\���z_��7�*}��S�>k��U��a�y��)��n��s��B��'쾏X���(ZR)kݳ]1d=}�>Z(��իdžޡ��GU��T��Fne���n��]Q�	Q�!�}��Cރ[���(W86��������d܌���iP�`���S�>֫�9��V�����p�{�]3^�3^�<f��3^�"f��2f�i3T�8k3t�8o3L̸h3l̸L8FL}��W�%(���	
��*A!�^'(��	
��c�B����s?'(��/��w�&(�ݛ���-A!�~OP��?�n�BN��cȉ�yj��yb9q8O#���8"�8O$���H"q9O%���X"�91�H}NL&n}�ݴ(߶(o���/��+OIt�I�:Ĉ����
r�or���\輟r�'��e��ކ��]����Ӯ:��#��FI`?Fz~�@��H��%Ip�v��&ˆ��"�X�=��?��т�#�V����M-�<�ڷy<
�N#�jZ����{�a�8�;p��X�R��}�d(Q��}EŅ�����JPhq�g�{b��ڗmW�B�+A���O��W���
1Z\�/��:L����#�Wb���"=-������"�W�~n"�W��@Z\Q�Z�����VqEh��"�U\�*�mW���,��k�u.v�\�������F�w�i1��iY6E�����7��_PKW2�\�%�Pxl/_rels/workbook.xml.rels �(���MN�0F�b͞�I���ݰa[z��=�Q۲]�gc���V� �X��ʚo짧�lvo��^ȇњ�L#��M��)vw5춛=MӍ0�.��Ą�ݚ��1d֑I���c*}��#��!*��f�������FE�V�f2�0���쀾���O��ȳD���K�eu����U��L-��D���^Ȉ�hu� 
���7�Г~�>mz鴌�s*1	�\uE.�����/PKW2�\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PKW2�\�����vxl/sharedStrings.xml �(�}T�o�0�W�	��Y2�J�*ҚEk�I���b�`�?�m�俟�Ե��y��{������Y�JS)�0�L��u�n�Eh�&��u\��&��B�acL�>�5i�����e��`짪c�*�J7���8�N�1*€�N�<�]�A'�������Ef�-�n�֫,6E����ʁ?�н�
]�o�?��^�!����h�jD�[�!�*Jp#��Rj3��PL�M?vv����x-��G�,Wo���7�[m��
���_����Xjύ;�l	�ܡi��e��-���ƒ���J�cuГ6�j���j�C�6������n��>C���)%oAp-*J���P��i>�
���g�_m`����#C���^��]����?�dB�O�-��1��	F0M��|�\./���
�5��3�Ϙ��Z���
��9]��$Ή���>�g�PK-W2�\��Ȧ�5xl/workbook.xmlPK-W2�\����	��[Content_Types].xmlPK-
W2�\kIg''U_rels/.relsPK-W2�\;KˉE��xl/worksheets/sheet1.xmlPK-W2�\�%�PX	xl/_rels/workbook.xml.relsPK-W2�\Ѓc'2E
�
xl/styles.xmlPK-W2�\�����vxl/sharedStrings.xmlPK�1

application/vnd.ms-excel

Sample:
PKW2�\��`��5xl/workbook.xml �(�����0��&�C���FR8q����R�@[����[ �x�3;���Ѻ���#�������1/$j�;����:
!J�b�m��ʊ�F�1I2氇���R
�.�X~p���A�J�2����S�����2k��$l	���a�Ŭ��� %�so
�R�r��	��-��u}��{�q��.�PKW2�\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
W2�\$C�
''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rb112b99d201b4bbe" /></Relationships>PKW2�\;KˉE�xl/worksheets/sheet1.xml �(��YkS�:�+�|������qK)���'m���dJb�6�?�J��X�N�����ڳv������EU����26��r2[�<>6w����ç��UO��8��>���Ӧy8���i1�Y�P,vWV�q���~�ʻ��mqR�>΋E3〈QU܏w�z:{��ϫ�V�P������K�dz���p2s�/�~PwG��8��W쯳�>�[��,-�8�
ي;j�OWW����n�x�|,�Ί��i�\�+�my_�~泥w��|�g��i6i��fR�B0������n�����<��Z�7zԙT��0�v�q�Ǎ�f ��['�:��N�urO�Z���'�i�a�1�w��Z���ެ�f��,㠕��k��z�����ML3m��\(���Aa�s���Y�κg�M� XZ!�Ѫg�5؆
tƅ3O�c���6n�3n53Vj�9���A<w|Z3%��}&��A@�BID��r>��B�1��*�8�Q� �6Ɲ���}���4d��f�Gn�l�q�`Z��(�"}����Y�
�;QY��#�y�Τ5|�~���7�Rf��n�w=g�} 9�>X�h,jԦgH.B���=��>�|�N�>�\���z_��7�*}��S�>k��U��a�y��)��n��s��B��'쾏X���(ZR)kݳ]1d=}�>Z(��իdžޡ��GU��T��Fne���n��]Q�	Q�!�}��Cރ[���(W86��������d܌���iP�`���S�>֫�9��V�����p�{�]3^�3^�<f��3^�"f��2f�i3T�8k3t�8o3L̸h3l̸L8FL}��W�%(���	
��*A!�^'(��	
��c�B����s?'(��/��w�&(�ݛ���-A!�~OP��?�n�BN��cȉ�yj��yb9q8O#���8"�8O$���H"q9O%���X"�91�H}NL&n}�ݴ(߶(o���/��+OIt�I�:Ĉ����
r�or���\輟r�'��e��ކ��]����Ӯ:��#��FI`?Fz~�@��H��%Ip�v��&ˆ��"�X�=��?��т�#�V����M-�<�ڷy<
�N#�jZ����{�a�8�;p��X�R��}�d(Q��}EŅ�����JPhq�g�{b��ڗmW�B�+A���O��W���
1Z\�/��:L����#�Wb���"=-������"�W�~n"�W��@Z\Q�Z�����VqEh��"�U\�*�mW���,��k�u.v�\�������F�w�i1��iY6E�����7��_PKW2�\�=5�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�NLR��ݰa[z��3��&vd�@�Ƃ#q�"A*�`��h~OO��|���ަ�����5�L#�];ؾ�S��V��n�4bL�s`iņL���
M27�M���	cJ}�g�G��B��/p�d��L�!��4=:}���?����c0D�}O���R� �D��ְ/PV%ޓl�K
��L-��H���;_�`��U%US�\�R�TƠ��9�t�Ӳ�PU�
�d�!*U�5~��/PKW2�\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PKW2�\�����vxl/sharedStrings.xml �(�}T�o�0�W�	��Y2�J�*ҚEk�I���b�`�?�m�俟�Ե��y��{������Y�JS)�0�L��u�n�Eh�&��u\��&��B�acL�>�5i�����e��`짪c�*�J7���8�N�1*€�N�<�]�A'�������Ef�-�n�֫,6E����ʁ?�н�
]�o�?��^�!����h�jD�[�!�*Jp#��Rj3��PL�M?vv����x-��G�,Wo���7�[m��
���_����Xjύ;�l	�ܡi��e��-���ƒ���J�cuГ6�j���j�C�6������n��>C���)%oAp-*J���P��i>�
���g�_m`����#C���^��]����?�dB�O�-��1��	F0M��|�\./���
�5��3�Ϙ��Z���
��9]��$Ή���>�g�PK-W2�\��`��5xl/workbook.xmlPK-W2�\����	��[Content_Types].xmlPK-
W2�\$C�
''U_rels/.relsPK-W2�\;KˉE��xl/worksheets/sheet1.xmlPK-W2�\�=5�PX	xl/_rels/workbook.xml.relsPK-W2�\Ѓc'2E
�
xl/styles.xmlPK-W2�\�����vxl/sharedStrings.xmlPK�2