GET api/WebApiOdata/GetAllShopByColorSets?providerId={providerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| providerId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ShopByColor| Name | Description | Type | Additional information |
|---|---|---|---|
| ShopByColorID | integer |
None. |
|
| ProviderID | integer |
None. |
|
| RestrictedOptions | string |
None. |
|
| Status | boolean |
None. |
|
| ShowOtherProducts | boolean |
None. |
|
| ShowOtherSwatches | boolean |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedDate | date |
None. |
|
| ColorSetName | string |
None. |
|
| Deleted | boolean |
None. |
|
| ColorCode | string |
None. |
|
| ColorSetCount | integer |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[
{
"ShopByColorID": 1,
"ProviderID": 2,
"RestrictedOptions": "sample string 3",
"Status": true,
"ShowOtherProducts": true,
"ShowOtherSwatches": true,
"ModifiedBy": 1,
"ModifiedDate": "10/30/2025",
"ColorSetName": "sample string 7",
"Deleted": true,
"ColorCode": "sample string 9",
"ColorSetCount": 10
},
{
"ShopByColorID": 1,
"ProviderID": 2,
"RestrictedOptions": "sample string 3",
"Status": true,
"ShowOtherProducts": true,
"ShowOtherSwatches": true,
"ModifiedBy": 1,
"ModifiedDate": "10/30/2025",
"ColorSetName": "sample string 7",
"Deleted": true,
"ColorCode": "sample string 9",
"ColorSetCount": 10
}
]
application/xml, text/xml
Sample:
<ArrayOfShopByColor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SellersCommerce.Entities.Commerce">
<ShopByColor>
<ColorCode>sample string 9</ColorCode>
<ColorSetCount>10</ColorSetCount>
<ColorSetName>sample string 7</ColorSetName>
<Deleted>true</Deleted>
<ModifiedBy>1</ModifiedBy>
<ModifiedDate>2025-10-30T05:13:53.0993274+00:00</ModifiedDate>
<ProviderID>2</ProviderID>
<RestrictedOptions>sample string 3</RestrictedOptions>
<ShopByColorID>1</ShopByColorID>
<ShowOtherProducts>true</ShowOtherProducts>
<ShowOtherSwatches>true</ShowOtherSwatches>
<Status>true</Status>
</ShopByColor>
<ShopByColor>
<ColorCode>sample string 9</ColorCode>
<ColorSetCount>10</ColorSetCount>
<ColorSetName>sample string 7</ColorSetName>
<Deleted>true</Deleted>
<ModifiedBy>1</ModifiedBy>
<ModifiedDate>2025-10-30T05:13:53.0993274+00:00</ModifiedDate>
<ProviderID>2</ProviderID>
<RestrictedOptions>sample string 3</RestrictedOptions>
<ShopByColorID>1</ShopByColorID>
<ShowOtherProducts>true</ShowOtherProducts>
<ShowOtherSwatches>true</ShowOtherSwatches>
<Status>true</Status>
</ShopByColor>
</ArrayOfShopByColor>