GET v1/Shopgroups/{shopGroupId}/ProductsExists?productCodes={productCodes}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| shopGroupId | integer |
Required. |
|
| productCodes | string |
Required. |
Body Parameters
None.
Response Information
Resource Description
ProductExistsResponse| Name | Description | Type | Additional 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
}
}