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 StorePriceName | 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. |
|
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. |
|
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": "lRVV3m5YjkuyCywawXUFAg==", "pluGuid": "de551595-586e-4b8e-b20b-2c1ac1750502", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "gstPercent": 9, "normalCost": 10, "normalCostDecimals": 11, "costGstPercent": 12, "costCalcMethod": 1, "currentCost": 13, "currentCostDecimals": 14, "break1": 15, "price1": 16, "break2": 17, "price2": 18, "break3": 19, "price3": 20, "fuelItem": 21, "fixedWeight": 22, "active": true, "complianceIndicator": "sample string 23", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-06-14T07:39:14.7589044" }, { "$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>15</Break1> <Break2>17</Break2> <Break3>19</Break3> <ComplianceIndicator>sample string 23</ComplianceIndicator> <CostCalcMethod>1</CostCalcMethod> <CostGstPercent>12</CostGstPercent> <CostNow>6</CostNow> <CostNowDecimals>7</CostNowDecimals> <CurrentCost>13</CurrentCost> <CurrentCostDecimals>14</CurrentCostDecimals> <DoNotOrder>true</DoNotOrder> <DoNotRange>true</DoNotRange> <FixedWeight>22</FixedWeight> <FuelItem>21</FuelItem> <GstPercent>9</GstPercent> <IsNormalPriceChangesCampaign>true</IsNormalPriceChangesCampaign> <NormalCost>10</NormalCost> <NormalCostDecimals>11</NormalCostDecimals> <NormalPrice>8</NormalPrice> <PLU>1</PLU> <PluG_UID>lRVV3m5YjkuyCywawXUFAg==</PluG_UID> <PluGuid>de551595-586e-4b8e-b20b-2c1ac1750502</PluGuid> <Price1>16</Price1> <Price2>18</Price2> <Price3>20</Price3> <PriceNow>5</PriceNow> <Store>sample string 4</Store> <StoreID>1</StoreID> <Updated>2025-06-14T07:39:14.7589044+00:00</Updated> <ZoneID>2</ZoneID> <ZoneName>sample string 3</ZoneName> </StorePrice> <StorePrice> <Active>true</Active> <Break1>15</Break1> <Break2>17</Break2> <Break3>19</Break3> <ComplianceIndicator>sample string 23</ComplianceIndicator> <CostCalcMethod>1</CostCalcMethod> <CostGstPercent>12</CostGstPercent> <CostNow>6</CostNow> <CostNowDecimals>7</CostNowDecimals> <CurrentCost>13</CurrentCost> <CurrentCostDecimals>14</CurrentCostDecimals> <DoNotOrder>true</DoNotOrder> <DoNotRange>true</DoNotRange> <FixedWeight>22</FixedWeight> <FuelItem>21</FuelItem> <GstPercent>9</GstPercent> <IsNormalPriceChangesCampaign>true</IsNormalPriceChangesCampaign> <NormalCost>10</NormalCost> <NormalCostDecimals>11</NormalCostDecimals> <NormalPrice>8</NormalPrice> <PLU>1</PLU> <PluG_UID>lRVV3m5YjkuyCywawXUFAg==</PluG_UID> <PluGuid>de551595-586e-4b8e-b20b-2c1ac1750502</PluGuid> <Price1>16</Price1> <Price2>18</Price2> <Price3>20</Price3> <PriceNow>5</PriceNow> <Store>sample string 4</Store> <StoreID>1</StoreID> <Updated>2025-06-14T07:39:14.7589044+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 �<�Z#n8�� 5 xl/workbook.xml � (� ����0��&�C����18q���{[i�?����%�x�3;�픓�tn 3Z,BE�}��=�'���;�q��ŜR��Ƶo6���+0����^{�+�� �� �qE�-��Bʥ�SÄI��Vw1 [C�7U&�~���@E%ɹw=S =�d&[�9W���r��wXɶ��PK �<�Z���� � [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 �<�Z�%��' ' _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="Ra5d955cf3ba54a7b" /></Relationships>PK �<�Z��U � � xl/worksheets/sheet1.xml � (� �X]s�:�+�߯�ve}dZB�~&i��}������?� ����p_3{�J>:g����z�=�y��֧�Y�K׳l�\ߟFO��?:z3�d��b��e����I~-����/f�t5-��1]��]������������,g��U�.������ô�K��c�v;�W��y����k��t������v�쾗�w�ш��&���A��Y�/E㺷���������4b��O��/��<��>=����y��_�V���̲����[-7�E���o��e9/� �D�B0ÕQQo�T���v[����aˇu��T�i��q����\0 I�'�<q$/��#yr˓{�D�&Fj� �W[���|���ƾ5&�I82L�0�l���GBI-��J���>a�P1��D�9v4�9�a5��(�M���!����f�<� C��`:D��86;h�Fa�t؝�{�q[�0Dix�A�ځ<iZ�h.��P{�7̘Ć��nÆ���P����F[.j� ���P����T`��t�(^;��#���ˬ=�X�n�����sp숃�kp쐃�c�9�-���� ���`֠� �Bm1P�n��8�J�4�k&��Q���8�FU���-���!��l�4��#bX[ �V;(lB�����ߌ���{� �]hi���E��+�zO��p�g/��*������,���`P���!�7�-�m�]Ļ6\ĸ�@q�F1i#.⼍P.⢍�.�Ca\�G�bD�OQ��Bd��]�z D�K�({�i�=��7����!��{�uo=��O����!���@��#O��;����#_��#O�(<���#Oq�q��ݴ����6����!���!�Y4�Κ5��ij,9��9��� �vѬ���Ь�S�ج���Ԭ�S��(A��S$:}u�D�ˀ�WN��ڵS$�~s�D��N�H��)�n�"��)�~:^!��r�D��Nh�=&jE݃iE��>�0g`&�;���k�y�`�<�#�ݑ�@h�1�@���,K#���c ��<"���c ��<�"�����P�1yEC��P�1yEC��P�1y��Z��`Z�?��� ���I�:"�o�_,��<�'YV�y����u�PK �<�Z^��T� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�M�Ġ�ݰ���3N�&vd����G� XEWb�������4�����9��5 �2���h�NA?�n�{�d�~O�� !,O�z5�,}f4����e����"�Q�Hs�*�R�2����V�Q�U�M�L_�;�1 9H�ch���5��H��ط��[��1��Np �nj>\&�^�y"S��B�U^�%xW�A:�^���N��r�ƥ.�Nԕ�E)��Fo�b�PK �<�ZЃ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 �<�Z;�:� � xl/sharedStrings.xml � (� uT]o�0�+��s�hS���9�: ����� !��$�����=�=�5N=3;�]���~U2z���V)�@3Ån+����$rH5��h������9�|�v��I�X����A{槱���6q��]�J&y�^%� M"f���!��h�>B�%��r����n��2��� x �O�4B�'��<�� fM�0+�̟)�����PT�)�'&O�S���=X�F�ef)p䖝G���}�L0�f����QK�7~~e��Г6���I{1� ���A�x� D��}d(^��i�ꥠ��Vs��ߔ�dcv�X��W���v����F�k��h�T��9E>���|���#���)ɡ(��}�+�/k�yz�s�Q��+�" ��|���Q0ҷ��~�C��ے��2�'��PK- �<�Z#n8�� 5 xl/workbook.xmlPK- �<�Z���� � � [Content_Types].xmlPK- �<�Z�%��' ' U _rels/.relsPK- �<�Z��U � � � xl/worksheets/sheet1.xmlPK- �<�Z^��T� P � xl/_rels/workbook.xml.relsPK- �<�ZЃc'2 E � xl/styles.xmlPK- �<�Z;�:� � V xl/sharedStrings.xmlPK � H
application/vnd.ms-excel
PK �<�ZW��i� 5 xl/workbook.xml � (� ����0��&�C���)��x��}�E�O�||K $���~;|�v|j=����+mE�Mɘk��Nڠ �^[ >H�b��E��n��g��9c'�B+7��J���E�܀�崢$E���4{�]����.&ak���x��Q+ڀJ�s�*�PbK�{)$I�x-�4���;���w�PK �<�Z���� � [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 �<�Z�xS' ' _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="Ra9af9de6f1324752" /></Relationships>PK �<�Z��U � � xl/worksheets/sheet1.xml � (� �X]s�:�+�߯�ve}dZB�~&i��}������?� ����p_3{�J>:g����z�=�y��֧�Y�K׳l�\ߟFO��?:z3�d��b��e����I~-����/f�t5-��1]��]������������,g��U�.������ô�K��c�v;�W��y����k��t������v�쾗�w�ш��&���A��Y�/E㺷���������4b��O��/��<��>=����y��_�V���̲����[-7�E���o��e9/� �D�B0ÕQQo�T���v[����aˇu��T�i��q����\0 I�'�<q$/��#yr˓{�D�&Fj� �W[���|���ƾ5&�I82L�0�l���GBI-��J���>a�P1��D�9v4�9�a5��(�M���!����f�<� C��`:D��86;h�Fa�t؝�{�q[�0Dix�A�ځ<iZ�h.��P{�7̘Ć��nÆ���P����F[.j� ���P����T`��t�(^;��#���ˬ=�X�n�����sp숃�kp쐃�c�9�-���� ���`֠� �Bm1P�n��8�J�4�k&��Q���8�FU���-���!��l�4��#bX[ �V;(lB�����ߌ���{� �]hi���E��+�zO��p�g/��*������,���`P���!�7�-�m�]Ļ6\ĸ�@q�F1i#.⼍P.⢍�.�Ca\�G�bD�OQ��Bd��]�z D�K�({�i�=��7����!��{�uo=��O����!���@��#O��;����#_��#O�(<���#Oq�q��ݴ����6����!���!�Y4�Κ5��ij,9��9��� �vѬ���Ь�S�ج���Ԭ�S��(A��S$:}u�D�ˀ�WN��ڵS$�~s�D��N�H��)�n�"��)�~:^!��r�D��Nh�=&jE݃iE��>�0g`&�;���k�y�`�<�#�ݑ�@h�1�@���,K#���c ��<"���c ��<�"�����P�1yEC��P�1yEC��P�1y��Z��`Z�?��� ���I�:"�o�_,��<�'YV�y����u�PK �<�ZO�A�� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b͞8�( æ�n)�:�8"�-۴�l]�H�B-*�A�V��==i���c��F�B!�JE ��r�`{ �-�w����D4��,��(���7�Geh�X8O6w�����{T'�/˲�a[&;^<���=8u�Ȧ?��ՅS4D �COI�O)�kE�{�$�X� �j]W "0~7��.#�_��|&���Y4 �PXe����=��/=w��gj-�R��f�m�e}U�7��PK �<�ZЃ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 �<�Z;�:� � xl/sharedStrings.xml � (� uT]o�0�+��s�hS���9�: ����� !��$�����=�=�5N=3;�]���~U2z���V)�@3Ån+����$rH5��h������9�|�v��I�X����A{槱���6q��]�J&y�^%� M"f���!��h�>B�%��r����n��2��� x �O�4B�'��<�� fM�0+�̟)�����PT�)�'&O�S���=X�F�ef)p䖝G���}�L0�f����QK�7~~e��Г6���I{1� ���A�x� D��}d(^��i�ꥠ��Vs��ߔ�dcv�X��W���v����F�k��h�T��9E>���|���#���)ɡ(��}�+�/k�yz�s�Q��+�" ��|���Q0ҷ��~�C��ے��2�'��PK- �<�ZW��i� 5 xl/workbook.xmlPK- �<�Z���� � � [Content_Types].xmlPK- �<�Z�xS' ' U _rels/.relsPK- �<�Z��U � � � xl/worksheets/sheet1.xmlPK- �<�ZO�A�� P � xl/_rels/workbook.xml.relsPK- �<�ZЃc'2 E � xl/styles.xmlPK- �<�Z;�:� � S xl/sharedStrings.xmlPK � E