Add Brands
POST {{baseUrl}}/2024-04/retail-media/account-management/accounts/:accountId/brands/add
Add brands to an account
Request Body
{"data"=>{"type"=>"<string>", "attributes"=>{"brandIds"=>["<long>", "<long>"]}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"type":"\u003cstring\u003e","attributes":{"brandIds":["\u003clong\u003e","\u003clong\u003e"]}}