Field | Type | Required | Description |
---|---|---|---|
id |
::String | ✔️ | The unique ID of the customer. You may use either the customer's id on Dub (obtained via /customers endpoint) or their externalId (unique ID within your system, prefixed with ext_ , e.g. ext_123 ). |
include_expanded_fields |
T.nilable(T::Boolean) | ➖ | Whether to include expanded fields on the customer (link , partner , discount ). |
request_body |
T.nilable(::OpenApiSDK::Operations::UpdateCustomerRequestBody) | ➖ | N/A |