GET api/product/{id}/storeprices
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StorePrice| Name | Description | Type | Additional 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
[
{
"$id": "1",
"pluG_UID": "HodV90yPKUa6D/lhlJWkvA==",
"pluGuid": "f755871e-8f4c-4629-ba0f-f9619495a4bc",
"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:33:54.2701602"
},
{
"$ref": "1"
}
]
application/xml, text/xml
<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>HodV90yPKUa6D/lhlJWkvA==</PluG_UID>
<PluGuid>f755871e-8f4c-4629-ba0f-f9619495a4bc</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-06-03T18:33:54.2701602+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>HodV90yPKUa6D/lhlJWkvA==</PluG_UID>
<PluGuid>f755871e-8f4c-4629-ba0f-f9619495a4bc</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-06-03T18:33:54.2701602+00:00</Updated>
<ZoneID>2</ZoneID>
<ZoneName>sample string 3</ZoneName>
</StorePrice>
</ArrayOfStorePrice>
text/csv
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK ;��\�Wj�� 5 xl/workbook.xml � (� ����0D�H����%d�hҦHo` ���|~8R�t;��o��ڎ��#��I�t�� �Prw�ղ뵕�/Ҿ@��h���[��A
'�Vn�ѝ����s��ӎ�\(Z]/����S��6�G��$���7�6�y�)��Ē��sJ6�ޕ4��by�Y��i�4q��d�0���PK ;��\���� � [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
;��\��}' ' _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="Ra73abcdbbe78436e" /></Relationships>PK ;��\�r�B � xl/worksheets/sheet1.xml � (� �YkS�:�+�|��t���qK)���'m���dJb�6�?�*!J�c�N�����ڳv������EU���ѐgl8(��d��y4|l��1�LJOe���E3p�E}P
�M�p0շ�b>���X8쮬����Y��ww��⤼}��f��QUw�z:{��ϫ�V�P������K�dz���p2s�/�~PwGÜ�oq8��_g�S|,��oY�Z�q>9�w�"���~]
&�����X>����ƹ$W���^��gK������l�L�'̤B%�`�k����Ǻ)�7kد6zT��\j��@�D��z��m�S �ub�{��Z'�ԩ�Nm}��L0.�2FC�^�����Zo6z`p��A[��۵�n�o2�4�FJ �x��38gPJ+92L���V@B+#�6Z�,�Ʒa�:�̓.r�c� ܧ�o��!���R+
������Ok�$h�g���V(�y_�"W� ȘuI�`ڞ|y�E� �N�X�Z����a��4r�qP�!(@�}6�8r�`Z��(�"}���,܅����,��#�<g�X����a�M����eF��`ƝF�Y�$`�5N�ƢFmzV��`�@
V�G�$
|$a�N�EP�*}A������g�J�YC���g���;%w��;(�#�6�`.�|���� ��#}�0��T�Zn�b�z�}�PF}�W�
�Cݡ��p��{rm�ʞC5�F
\Q� Q�!�}��Cރ[���(W86��������d܌���iP�`���S�>֫�9��V�����p�{�]3^�<f�j3 f��3^�"f��2f�i3T�8k3t�8o3L̸h3l̸L8FL}��W�%(���
��*A!�^'(��
��c�B����s?'(��/��w�&(�ݛ���-A!�~OP��?�n�B ��1�o�Dbp�E �aDbq�G$牁Dbr�I$.牡Dbs�K�>'�ω�ĭ�#W���m�B[D����_yJ�cO:��!F�=m_V��|���+�%(�B�����>Iv/C�X�6Ĉg�"_���w�vՁ]G?$6J�1��S��@��/H���c?7F������H���D��^F(-�hh���,о��i�p�t�S��*����Ð_���܁M�{��*���Vm�_��Ņ�ŕ���¿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��PK ;��\2��� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞81NbP�n�a[z��'Q;��B�Ƃ#q�"A*�`��h~OO��|�Xmަ��ȇ���,FV�v�]�h�l֫��D�9��bC}��#�A�4a��L6u��Ɣ��Ϩ�y^q�d�5���3���4m�>Nd�`���!�D�}G���R�Pd�
�m`�T!�5UY��ZH`�fj!�G
�^��BFhT���{e���Mez��>G�.�tZ�j�ڲ&Q��d��Ư�b�PK ;��\Ѓc'2 E
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��PK ;��\�f�� v xl/sharedStrings.xml � (� }Tko�0�+�� !#� �V�V��,ZM�4M���5?�m����d��`ӏ�s�9��k�WG'P�J��x2E"K*�n�
����L
�� 4
��Tk�R�3�Ӿ�"M�XOd�2�T���H�
p� �Y4�N�T���N�%st�������&߳���a�I#��Q���-��a���5�f��;��k2��#b���ڀ��o����?C��ڌ� �c���;;{���h��o�Y�+0o1��of���A����Ǚ�Ԟw��3r���v�R����K��[�+���A�ڙW�g�;��Ao:`[���ʯ@����1��9�B�Q,lEI ��9�l�N�Ϫ?��ڳ�6�hz�~ޑ��Ж�^窝�]�듁�?�d���W��U��0Y���#�Va�^��d=��#�h���>cʾj�3�K:��s��,����g�>�g�PK- ;��\�Wj�� 5 xl/workbook.xmlPK- ;��\���� � [Content_Types].xmlPK-
;��\��}' ' V _rels/.relsPK- ;��\�r�B � � xl/worksheets/sheet1.xmlPK- ;��\2��� P V xl/_rels/workbook.xml.relsPK- ;��\Ѓc'2 E
�
xl/styles.xmlPK- ;��\�f�� v xl/sharedStrings.xmlPK � 1
application/vnd.ms-excel
PK ;��\�Л� 5 xl/workbook.xml � (� ����0��&�C��`�Q��x��}-[�H����[J ��mgv��i&�_k_�Gj�R��\��p�M� �5�$��Y!���Fٱ(N��QY�r�.�X�y�!HĨ��A��w�4s���)d����l���o�ɰ�"+b@cK{�@Iv�CKKJ|��p�_`�V�9-V�k����PK ;��\���� � [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
;��\��Y' ' _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="Rc93bbaad28034448" /></Relationships>PK ;��\�r�B � xl/worksheets/sheet1.xml � (� �YkS�:�+�|��t���qK)���'m���dJb�6�?�*!J�c�N�����ڳv������EU���ѐgl8(��d��y4|l��1�LJOe���E3p�E}P
�M�p0շ�b>���X8쮬����Y��ww��⤼}��f��QUw�z:{��ϫ�V�P������K�dz���p2s�/�~PwGÜ�oq8��_g�S|,��oY�Z�q>9�w�"���~]
&�����X>����ƹ$W���^��gK������l�L�'̤B%�`�k����Ǻ)�7kد6zT��\j��@�D��z��m�S �ub�{��Z'�ԩ�Nm}��L0.�2FC�^�����Zo6z`p��A[��۵�n�o2�4�FJ �x��38gPJ+92L���V@B+#�6Z�,�Ʒa�:�̓.r�c� ܧ�o��!���R+
������Ok�$h�g���V(�y_�"W� ȘuI�`ڞ|y�E� �N�X�Z����a��4r�qP�!(@�}6�8r�`Z��(�"}���,܅����,��#�<g�X����a�M����eF��`ƝF�Y�$`�5N�ƢFmzV��`�@
V�G�$
|$a�N�EP�*}A������g�J�YC���g���;%w��;(�#�6�`.�|���� ��#}�0��T�Zn�b�z�}�PF}�W�
�Cݡ��p��{rm�ʞC5�F
\Q� Q�!�}��Cރ[���(W86��������d܌���iP�`���S�>֫�9��V�����p�{�]3^�<f�j3 f��3^�"f��2f�i3T�8k3t�8o3L̸h3l̸L8FL}��W�%(���
��*A!�^'(��
��c�B����s?'(��/��w�&(�ݛ���-A!�~OP��?�n�B ��1�o�Dbp�E �aDbq�G$牁Dbr�I$.牡Dbs�K�>'�ω�ĭ�#W���m�B[D����_yJ�cO:��!F�=m_V��|���+�%(�B�����>Iv/C�X�6Ĉg�"_���w�vՁ]G?$6J�1��S��@��/H���c?7F������H���D��^F(-�hh���,о��i�p�t�S��*����Ð_���܁M�{��*���Vm�_��Ņ�ŕ���¿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��PK ;��\�I�
� P xl/_rels/workbook.xml.rels � (� ���n� @�� m��U�^vٵ�0c�� D@���v�'��:i����,��� ����ݿM#{!g[�� F�l��9�E���@���F�9�4bC}���=M*n&�:��IŔ���
O�#���>g�-�/3�����'��0u�z��|G���R�� �D��[8�A��V�e#�x)�z}�LS��Y6�UY����ʓ~�>m:w�˙��
+��ڤgR�����/PK ;��\Ѓc'2 E
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��PK ;��\�f�� v xl/sharedStrings.xml � (� }Tko�0�+�� !#� �V�V��,ZM�4M���5?�m����d��`ӏ�s�9��k�WG'P�J��x2E"K*�n�
����L
�� 4
��Tk�R�3�Ӿ�"M�XOd�2�T���H�
p� �Y4�N�T���N�%st�������&߳���a�I#��Q���-��a���5�f��;��k2��#b���ڀ��o����?C��ڌ� �c���;;{���h��o�Y�+0o1��of���A����Ǚ�Ԟw��3r���v�R����K��[�+���A�ڙW�g�;��Ao:`[���ʯ@����1��9�B�Q,lEI ��9�l�N�Ϫ?��ڳ�6�hz�~ޑ��Ж�^窝�]�듁�?�d���W��U��0Y���#�Va�^��d=��#�h���>cʾj�3�K:��s��,����g�>�g�PK- ;��\�Л� 5 xl/workbook.xmlPK- ;��\���� � � [Content_Types].xmlPK-
;��\��Y' ' U _rels/.relsPK- ;��\�r�B � � xl/worksheets/sheet1.xmlPK- ;��\�I�
� P U xl/_rels/workbook.xml.relsPK- ;��\Ѓc'2 E
�
xl/styles.xmlPK- ;��\�f�� v xl/sharedStrings.xmlPK � 0