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