GET api/store/{storeID}/product/{guid}/pricehistory?Skip={Skip}&Take={Take}&TotalCount={TotalCount}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| storeID | integer |
Required |
|
| guid | globally unique identifier |
Required |
|
| Skip |
Number of records to skip over |
integer |
None. |
| Take |
Number of records to take |
integer |
None. |
| TotalCount | integer |
Relation. This field may not always be loaded or used for updates. |
Body Parameters
None.
Response Information
Resource Description
PageListOfProductPriceHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| List | Collection of ProductPriceHistory |
None. |
|
| Skip |
Number of records to skip over |
integer |
None. |
| Take |
Number of records to take |
integer |
None. |
| TotalCount | integer |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
Sample:
{
"type": "ProductPriceHistory",
"list": [
{
"$id": "2",
"pluG_UID": "xJJyXAWD2UmWWBAAUFJSIA==",
"pluGuid": "5c7292c4-8305-49d9-9658-100050525220",
"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-04-03T06:22:25.9584577",
"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": "2"
}
],
"skip": 1,
"take": 1,
"totalCount": 1
}
application/xml, text/xml
Sample:
<PageListOfProductPriceHistory2otzqokF xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Common">
<Skip>1</Skip>
<Take>1</Take>
<TotalCount>1</TotalCount>
<List xmlns:d2p1="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Products">
<d2p1:ProductPriceHistory>
<d2p1:Cost>2</d2p1:Cost>
<d2p1:CostCalcMethod>1</d2p1:CostCalcMethod>
<d2p1:CostDecimals>8</d2p1:CostDecimals>
<d2p1:Freight>10</d2p1:Freight>
<d2p1:FreightType>11</d2p1:FreightType>
<d2p1:LastCost>4</d2p1:LastCost>
<d2p1:PLUG_UID>xJJyXAWD2UmWWBAAUFJSIA==</d2p1:PLUG_UID>
<d2p1:PluGuid>5c7292c4-8305-49d9-9658-100050525220</d2p1:PluGuid>
<d2p1:PreviousCost>1</d2p1:PreviousCost>
<d2p1:PreviousCostCalcMethod>1</d2p1:PreviousCostCalcMethod>
<d2p1:PreviousCostDecimals>1</d2p1:PreviousCostDecimals>
<d2p1:PreviousFreight>19</d2p1:PreviousFreight>
<d2p1:PreviousFreightType>20</d2p1:PreviousFreightType>
<d2p1:PreviousLastCost>1</d2p1:PreviousLastCost>
<d2p1:PreviousPrice>1</d2p1:PreviousPrice>
<d2p1:PreviousRawCost>15</d2p1:PreviousRawCost>
<d2p1:PreviousRawLastCost>17</d2p1:PreviousRawLastCost>
<d2p1:PreviousRawWeightedAvgCost>16</d2p1:PreviousRawWeightedAvgCost>
<d2p1:PreviousServiceFeeDescription>sample string 24</d2p1:PreviousServiceFeeDescription>
<d2p1:PreviousServiceFeeID>18</d2p1:PreviousServiceFeeID>
<d2p1:PreviousWeightedAvgCost>1</d2p1:PreviousWeightedAvgCost>
<d2p1:Price>1</d2p1:Price>
<d2p1:Process>sample string 12</d2p1:Process>
<d2p1:RawCost>5</d2p1:RawCost>
<d2p1:RawLastCost>7</d2p1:RawLastCost>
<d2p1:RawWeightedAvgCost>6</d2p1:RawWeightedAvgCost>
<d2p1:ServiceFeeDescription>sample string 23</d2p1:ServiceFeeDescription>
<d2p1:ServiceFeeID>9</d2p1:ServiceFeeID>
<d2p1:StoreID>21</d2p1:StoreID>
<d2p1:StoreName>sample string 22</d2p1:StoreName>
<d2p1:Updated>2026-04-03T06:22:25.9584577+00:00</d2p1:Updated>
<d2p1:User>sample string 13</d2p1:User>
<d2p1:WeightedAvgCost>3</d2p1:WeightedAvgCost>
</d2p1:ProductPriceHistory>
<d2p1:ProductPriceHistory>
<d2p1:Cost>2</d2p1:Cost>
<d2p1:CostCalcMethod>1</d2p1:CostCalcMethod>
<d2p1:CostDecimals>8</d2p1:CostDecimals>
<d2p1:Freight>10</d2p1:Freight>
<d2p1:FreightType>11</d2p1:FreightType>
<d2p1:LastCost>4</d2p1:LastCost>
<d2p1:PLUG_UID>xJJyXAWD2UmWWBAAUFJSIA==</d2p1:PLUG_UID>
<d2p1:PluGuid>5c7292c4-8305-49d9-9658-100050525220</d2p1:PluGuid>
<d2p1:PreviousCost>1</d2p1:PreviousCost>
<d2p1:PreviousCostCalcMethod>1</d2p1:PreviousCostCalcMethod>
<d2p1:PreviousCostDecimals>1</d2p1:PreviousCostDecimals>
<d2p1:PreviousFreight>19</d2p1:PreviousFreight>
<d2p1:PreviousFreightType>20</d2p1:PreviousFreightType>
<d2p1:PreviousLastCost>1</d2p1:PreviousLastCost>
<d2p1:PreviousPrice>1</d2p1:PreviousPrice>
<d2p1:PreviousRawCost>15</d2p1:PreviousRawCost>
<d2p1:PreviousRawLastCost>17</d2p1:PreviousRawLastCost>
<d2p1:PreviousRawWeightedAvgCost>16</d2p1:PreviousRawWeightedAvgCost>
<d2p1:PreviousServiceFeeDescription>sample string 24</d2p1:PreviousServiceFeeDescription>
<d2p1:PreviousServiceFeeID>18</d2p1:PreviousServiceFeeID>
<d2p1:PreviousWeightedAvgCost>1</d2p1:PreviousWeightedAvgCost>
<d2p1:Price>1</d2p1:Price>
<d2p1:Process>sample string 12</d2p1:Process>
<d2p1:RawCost>5</d2p1:RawCost>
<d2p1:RawLastCost>7</d2p1:RawLastCost>
<d2p1:RawWeightedAvgCost>6</d2p1:RawWeightedAvgCost>
<d2p1:ServiceFeeDescription>sample string 23</d2p1:ServiceFeeDescription>
<d2p1:ServiceFeeID>9</d2p1:ServiceFeeID>
<d2p1:StoreID>21</d2p1:StoreID>
<d2p1:StoreName>sample string 22</d2p1:StoreName>
<d2p1:Updated>2026-04-03T06:22:25.9584577+00:00</d2p1:Updated>
<d2p1:User>sample string 13</d2p1:User>
<d2p1:WeightedAvgCost>3</d2p1:WeightedAvgCost>
</d2p1:ProductPriceHistory>
</List>
</PageListOfProductPriceHistory2otzqokF>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK �2�\#k�<� 5 xl/workbook.xml � (� ����0��&�C�����p��Ճ�Zi�?ik��-%�x�3;������a�>z4��5�ct!A��E8X&�:뵈I��]�$�V�5�H�'�aQYz�^h���� ���z\PZ(���!>7�+�B��X��&"K���x�mY!#4ԸQ`����F�Ri�Q(.�#�eɠ����`����/PK �2�\���� � [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
�2�\�1��' ' _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="Rc24d673767e14da0" /></Relationships>PK �2�\t��� xl/worksheets/sheet1.xml � (� ��MO�0��Jӻ��au���x�s��4R�i��?�Rwe��L3�;}g&�n>ELi.����u��x�����W �)�^��0f��;�R9l�٭�e�՞ܱ��j�5���H�5/�Z�{�:��1R���^���p���Zz���ю��,����{�X��[�!�"s�+g�>���ɻ����!v,Z���g*V�}k^d����1vH�Ӕ���F�������46J�4$)!QJ�8��r��oS��ʨ'����{~�q�딤ח���f}��!�ItYN��h�E?���/IB�� �ArV�Ʊ����E�d�K��CtkC�6c�����a�N�ݒ�O��%AN���N�͒gY۳w��,4�/�K"����8���Bns>7:EGo�Sb�AJÔ�����/PK �2�\�*]�� P xl/_rels/workbook.xml.rels � (� ��Kj�0@�"f_K�ec�(�d�m�y�!�$$�m��E��+T��*�E7��a>z<�|�lvo�B^Ї� e���Ѷ��(���v���F�fHzb��)F�Hi��*֡I���U�T��:�OjD�k��p�$Nj���0��V�W4�0}��&����Q�O+�k*�D��K80,���Z��qB��e����]g2ȪV��F����̤<��ѧ�Ν�v�64�f����k���Fo�b�PK �2�\Ѓ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 �2�\��2� � xl/sharedStrings.xml � (� m�OK�0ſJ�ݤ�AE�z��`=�`H�6l2���X?�Y� ���Ǜ����G�����\�B
@{�C%���+)�
��G�J.@R�뒈E�"Urd���&;B0����ט��,ӠiJ`z8x}^:�R�8#W�R���͟� W�\w����{���;�C�a�C�3��n��o�a�M��-o��p� 1-G���j��`9F�rC�zY=m>]k��T{�6m�~O�:�x���i�PK- �2�\#k�<� 5 xl/workbook.xmlPK- �2�\���� � � [Content_Types].xmlPK-
�2�\�1��' ' U _rels/.relsPK- �2�\t��� � xl/worksheets/sheet1.xmlPK- �2�\�*]�� P � xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
� xl/styles.xmlPK- �2�\��2� � i xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK �2�\���� 5 xl/workbook.xml � (� ����0D�&�C���b)��x��}[i�-ik��-H�yۙ�};|������W�.��`��5����]k���{1۶Jbm�[� �$7�p����=]i�����!=�(
���x ��͞
'��hlug��5�~S|���"4��� �,ν)iJ�+T)2���5�9��;���w�PK �2�\���� � [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
�2�\�!�h' ' _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="Rcaf45f92b59b408d" /></Relationships>PK �2�\t��� xl/worksheets/sheet1.xml � (� ��MO�0��Jӻ��au���x�s��4R�i��?�Rwe��L3�;}g&�n>ELi.����u��x�����W �)�^��0f��;�R9l�٭�e�՞ܱ��j�5���H�5/�Z�{�:��1R���^���p���Zz���ю��,����{�X��[�!�"s�+g�>���ɻ����!v,Z���g*V�}k^d����1vH�Ӕ���F�������46J�4$)!QJ�8��r��oS��ʨ'����{~�q�딤ח���f}��!�ItYN��h�E?���/IB�� �ArV�Ʊ����E�d�K��CtkC�6c�����a�N�ݒ�O��%AN���N�͒gY۳w��,4�/�K"����8���Bns>7:EGo�Sb�AJÔ�����/PK �2�\4�� P xl/_rels/workbook.xml.rels � (� ��AN�0E�b͞8!i���ݰa[z��dGM��v���G�
XE�Tb��+k��OO3�|���ަQ���5
dI
�
�n0}���j�m7{1�^���
��)=i��'vf;ʺ C,]/g�#�,�Ӵ�nɀk�8�g��*5?Z:Ml�`�j��k� ���O���ȒH��5�ϩ]!aݶ�+�Aț��p��z}��u�u�VkR��R7���{.nz鴌�sʩʸR]�TTEzQ�W�b�PK �2�\Ѓ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 �2�\��2� � xl/sharedStrings.xml � (� m�OK�0ſJ�ݤ�AE�z��`=�`H�6l2���X?�Y� ���Ǜ����G�����\�B
@{�C%���+)�
��G�J.@R�뒈E�"Urd���&;B0����ט��,ӠiJ`z8x}^:�R�8#W�R���͟� W�\w����{���;�C�a�C�3��n��o�a�M��-o��p� 1-G���j��`9F�rC�zY=m>]k��T{�6m�~O�:�x���i�PK- �2�\���� 5 xl/workbook.xmlPK- �2�\���� � � [Content_Types].xmlPK-
�2�\�!�h' ' U _rels/.relsPK- �2�\t��� � xl/worksheets/sheet1.xmlPK- �2�\4�� P � xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
� xl/styles.xmlPK- �2�\��2� � k xl/sharedStrings.xmlPK � �