GET api/Products
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ProductData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Sku | string |
None. |
|
| Identifier | string |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| AdditionalInfo | string |
None. |
|
| ProductTypeId | globally unique identifier |
None. |
|
| ProductImageId | globally unique identifier |
None. |
|
| InventoryPackageId | globally unique identifier |
None. |
|
| TaxStatus | integer |
None. |
|
| Weight | decimal number |
None. |
|
| Updated | date |
None. |
|
| PrefVendorRefFullName | string |
None. |
|
| PrefVendorRefListID | string |
None. |
|
| ManufacturerPartNumber | string |
None. |
|
| IsDeleted | integer |
None. |
|
| SalesTaxCodeRefFullName | string |
None. |
|
| ItemType | string |
None. |
|
| TaxRate | decimal number |
None. |
|
| DiscountRate | decimal number |
None. |
|
| DiscountRatePercent | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "1176743e-3a20-469a-9228-ed3010a1859c",
"Sku": "sample string 1",
"Identifier": "sample string 2",
"Name": "sample string 3",
"Description": "sample string 4",
"AdditionalInfo": "sample string 5",
"ProductTypeId": "aa4b435d-a1b4-414c-bfe1-d90fde76e4da",
"ProductImageId": "c4af50c6-8d02-4b57-93bb-8753ead51e65",
"InventoryPackageId": "4d339ea2-a2ea-4471-b2b0-ef8221c7acd4",
"TaxStatus": 1,
"Weight": 1.0,
"Updated": "2025-12-15T23:43:25.9075096-05:00",
"PrefVendorRefFullName": "sample string 6",
"PrefVendorRefListID": "sample string 7",
"ManufacturerPartNumber": "sample string 8",
"IsDeleted": 1,
"SalesTaxCodeRefFullName": "sample string 9",
"ItemType": "sample string 10",
"TaxRate": 1.0,
"DiscountRate": 1.0,
"DiscountRatePercent": 1.0
},
{
"Id": "1176743e-3a20-469a-9228-ed3010a1859c",
"Sku": "sample string 1",
"Identifier": "sample string 2",
"Name": "sample string 3",
"Description": "sample string 4",
"AdditionalInfo": "sample string 5",
"ProductTypeId": "aa4b435d-a1b4-414c-bfe1-d90fde76e4da",
"ProductImageId": "c4af50c6-8d02-4b57-93bb-8753ead51e65",
"InventoryPackageId": "4d339ea2-a2ea-4471-b2b0-ef8221c7acd4",
"TaxStatus": 1,
"Weight": 1.0,
"Updated": "2025-12-15T23:43:25.9075096-05:00",
"PrefVendorRefFullName": "sample string 6",
"PrefVendorRefListID": "sample string 7",
"ManufacturerPartNumber": "sample string 8",
"IsDeleted": 1,
"SalesTaxCodeRefFullName": "sample string 9",
"ItemType": "sample string 10",
"TaxRate": 1.0,
"DiscountRate": 1.0,
"DiscountRatePercent": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfProductData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
<ProductData>
<AdditionalInfo>sample string 5</AdditionalInfo>
<Description>sample string 4</Description>
<DiscountRate>1</DiscountRate>
<DiscountRatePercent>1</DiscountRatePercent>
<Id>1176743e-3a20-469a-9228-ed3010a1859c</Id>
<Identifier>sample string 2</Identifier>
<InventoryPackageId>4d339ea2-a2ea-4471-b2b0-ef8221c7acd4</InventoryPackageId>
<IsDeleted>1</IsDeleted>
<ItemType>sample string 10</ItemType>
<ManufacturerPartNumber>sample string 8</ManufacturerPartNumber>
<Name>sample string 3</Name>
<PrefVendorRefFullName>sample string 6</PrefVendorRefFullName>
<PrefVendorRefListID>sample string 7</PrefVendorRefListID>
<ProductImageId>c4af50c6-8d02-4b57-93bb-8753ead51e65</ProductImageId>
<ProductTypeId>aa4b435d-a1b4-414c-bfe1-d90fde76e4da</ProductTypeId>
<SalesTaxCodeRefFullName>sample string 9</SalesTaxCodeRefFullName>
<Sku>sample string 1</Sku>
<TaxRate>1</TaxRate>
<TaxStatus>1</TaxStatus>
<Updated>2025-12-15T23:43:25.9075096-05:00</Updated>
<Weight>1</Weight>
</ProductData>
<ProductData>
<AdditionalInfo>sample string 5</AdditionalInfo>
<Description>sample string 4</Description>
<DiscountRate>1</DiscountRate>
<DiscountRatePercent>1</DiscountRatePercent>
<Id>1176743e-3a20-469a-9228-ed3010a1859c</Id>
<Identifier>sample string 2</Identifier>
<InventoryPackageId>4d339ea2-a2ea-4471-b2b0-ef8221c7acd4</InventoryPackageId>
<IsDeleted>1</IsDeleted>
<ItemType>sample string 10</ItemType>
<ManufacturerPartNumber>sample string 8</ManufacturerPartNumber>
<Name>sample string 3</Name>
<PrefVendorRefFullName>sample string 6</PrefVendorRefFullName>
<PrefVendorRefListID>sample string 7</PrefVendorRefListID>
<ProductImageId>c4af50c6-8d02-4b57-93bb-8753ead51e65</ProductImageId>
<ProductTypeId>aa4b435d-a1b4-414c-bfe1-d90fde76e4da</ProductTypeId>
<SalesTaxCodeRefFullName>sample string 9</SalesTaxCodeRefFullName>
<Sku>sample string 1</Sku>
<TaxRate>1</TaxRate>
<TaxStatus>1</TaxStatus>
<Updated>2025-12-15T23:43:25.9075096-05:00</Updated>
<Weight>1</Weight>
</ProductData>
</ArrayOfProductData>