POST api/putMatrixAttributes

Request Information

Allows multi-location processing, in case of using parent location token restrictByLocations parameter is strongly recommended with comma separated list of locations to select from or update in

URI Parameters

None.

Body Parameters

Collection of ProductAttributeInfo
NameDescriptionTypeAdditional information
LocationId

integer

None.

SKU

string

None.

AttributeName

string

None.

MatrixValueList

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "LocationId": 1,
    "SKU": "sample string 2",
    "AttributeName": "sample string 3",
    "MatrixValueList": "sample string 4"
  },
  {
    "LocationId": 1,
    "SKU": "sample string 2",
    "AttributeName": "sample string 3",
    "MatrixValueList": "sample string 4"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.