GET api/ProductCustomInfo/GetAllItems
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ProductCustomInfoData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ProductCustomFieldId | globally unique identifier |
None. |
|
| Identifier | string |
None. |
|
| Name | string |
None. |
|
| Updated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "f331963d-a2f4-4e96-a593-bda8f5d60c09",
"ProductCustomFieldId": "12c0fb8e-686d-40f7-8759-a5ac16c67c06",
"Identifier": "sample string 2",
"Name": "sample string 3",
"Updated": "2025-12-15T23:39:50.1223021-05:00"
},
{
"Id": "f331963d-a2f4-4e96-a593-bda8f5d60c09",
"ProductCustomFieldId": "12c0fb8e-686d-40f7-8759-a5ac16c67c06",
"Identifier": "sample string 2",
"Name": "sample string 3",
"Updated": "2025-12-15T23:39:50.1223021-05:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfProductCustomInfoData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
<ProductCustomInfoData>
<Id>f331963d-a2f4-4e96-a593-bda8f5d60c09</Id>
<Identifier>sample string 2</Identifier>
<Name>sample string 3</Name>
<ProductCustomFieldId>12c0fb8e-686d-40f7-8759-a5ac16c67c06</ProductCustomFieldId>
<Updated>2025-12-15T23:39:50.1223021-05:00</Updated>
</ProductCustomInfoData>
<ProductCustomInfoData>
<Id>f331963d-a2f4-4e96-a593-bda8f5d60c09</Id>
<Identifier>sample string 2</Identifier>
<Name>sample string 3</Name>
<ProductCustomFieldId>12c0fb8e-686d-40f7-8759-a5ac16c67c06</ProductCustomFieldId>
<Updated>2025-12-15T23:39:50.1223021-05:00</Updated>
</ProductCustomInfoData>
</ArrayOfProductCustomInfoData>