Skip to content

Commit 3d79081

Browse files
authored
Update Company header in headers.md
1 parent 75a8035 commit 3d79081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/graphql/usage/headers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The application accepts the following headers in a GraphQL request:
5454
Header name | Value | Description
5555
--- | --- | ---
5656
`Authorization` | `Bearer <authorization_token>` | A customer or admin token. [Authorization tokens](authorization-tokens.md) describes how to generate tokens.
57-
`Company` | `<company_id>` | The Company ID scope for the request that identifies the company scope when a company user is assigned to more than one company. If this value is omitted, the user's default company scope is used. Use the [Get customer query](../schema/customer/queries/customer.md) to retrieve information about the companies assigned to a company user account.
57+
`X-Adobe-Company` | `<company_id>` | The Company ID scope for the request that identifies the company scope when a company user is assigned to more than one company. If this value is omitted, the user's default company scope is used. Use the [Get customer query](../schema/customer/queries/customer.md) to retrieve information about the companies assigned to a company user account.
5858
`Content-Currency` | A valid currency code, such as `USD` | This header is required only if the currency is not the store view's default currency.
5959
`Content-Type` | `application/json` | Required for all requests.
6060
`Preview-Version` | A timestamp (seconds since January 1, 1970). | Use this header to query products, categories, price rules, and other entities that are scheduled to be in a campaign (staged content). Staging is supported in Adobe Commerce only.

0 commit comments

Comments
 (0)