GET v1/Shopgroups/{shopGroupId}/ProductsExists

Request Information

Requires Authorization!

URI Parameters

NameDescriptionTypeAdditional information
shopGroupId

integer

Required.

productCodes

string

Required.

Body Parameters

None.

Response Information

Resource Description


ProductExistsResponse
NameDescriptionTypeAdditional information
Products

Dictionary of string [key] and boolean [value]

None.

Response Formats

application/json, text/json

Sample:
{
  "Products": {
    "sample string 1": true,
    "sample string 3": true
  }
}