Skip to content

CustomerGroupId

Type: parameter

Description

This param is used to determine product pricing, promotions, and subscription rates. If a valid customer group id is provided, pricing details will be retrieved accordingly. If no matching data is found for the specified customer group id, the system will fall back to the default customer group id. If no data is found for the default group either, the highest applicable price will be returned.

TypeScript Definition

typescript
CustomerGroupId: string

OpenAPI Schema

json
{
  "name": "x-customer-group-id",
  "in": "header",
  "required": false,
  "schema": {
    "type": "string"
  },
  "description": "This param is used to determine product pricing, promotions, and subscription rates.  If a valid customer group id is provided, pricing details will be retrieved accordingly.  If no matching data is found for the specified customer group id, the system will fall back to the default customer group id.  If no data is found for the default group either, the highest applicable price will be returned."
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: