POST Catalog/AttributeSiblings
GetSiblingAttributes Use null ID to get top attributes
Request Information
URI Parameters
None.
Body Parameters
GetAttributeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ExcludedIDs | Collection of integer |
None. |
|
| Lang | string |
None. |
|
| StoreID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"ExcludedIDs": [
1,
2
],
"Lang": "sample string 1",
"StoreID": 2
}
application/xml, text/xml
Sample:
<GetAttributeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.View.Catalog">
<Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Common.Base">sample string 1</Lang>
<StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Common.Base">2</StoreID>
<ExcludedIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</ExcludedIDs>
<ID>1</ID>
</GetAttributeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Attribute| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ParentID | integer |
None. |
|
| Name | string |
None. |
|
| Value | string |
None. |
|
| Images | Collection of AttributeImage |
None. |
|
| SortOrder | integer |
None. |
|
| Children | Collection of Attribute |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.