POST api/BulkProductsAttributesValue
Request Information
URI Parameters
None.
Body Parameters
Collection of WebServiceSelectProductAttributeValue_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Sku | string |
None. |
|
| ProductAttributeMappingId | integer |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Sku": "sample string 1",
"ProductAttributeMappingId": 2,
"Name": "sample string 3"
},
{
"Sku": "sample string 1",
"ProductAttributeMappingId": 2,
"Name": "sample string 3"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
WebServiceSelectProductAttributeValue_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Sku | string |
None. |
|
| ProductAttributeMappingId | integer |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Sku": "sample string 1",
"ProductAttributeMappingId": 2,
"Name": "sample string 3"
}