Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions reference/customers.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ paths:
Returns the global-level customer settings.

**Notes:**
* Global customer settings don't apply when the `default_customer_group_id` is present.
* Global customer settings don't apply on a channel when there are channel specific settings configured through [Channel Settings](/docs/rest-management/customers/channel-settings).

summary: Get Customer Settings
operationId: getCustomersSettings
Expand Down Expand Up @@ -888,8 +888,8 @@ paths:

**Notes:**

* `null` indicates that there is no override per given channel and values are inherited from the global level.
* Global customer settings don't apply when the `default_customer_group_id` is present.
* `null` value configuration indicates that there is no override provided for a given channel; thus, values are inherited from [Global Settings](/docs/rest-management/customers/global-settings).

summary: Get Customer Settings per Channel
operationId: getCustomersSettingsChannel
parameters:
Expand Down