Skip to content

Commit

Permalink
Add CAT param to b2b auth storefront endpoint (#698)
Browse files Browse the repository at this point in the history
<!-- Ticket number or summary of work -->
# NO TICKET


## What changed?
Add a new parameter CustomerAccessToken in the b2b
io/auth/customers/storefront endpoint.

## Release notes draft
Enhancement: Added an optional parameter to the storefront
authentication endpoint for b2b.

<!-- Provide an entry for the release notes using simple, conversational
language. Don't be too technical. Explain how the change will benefit
the merchant and link to the feature.


## Anything else?
NA

ping {names}
  • Loading branch information
bc-eduardogamboa authored Dec 11, 2024
1 parent f62db3b commit 731f5c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/b2b-edition/specs/api-v3/authentication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -591,13 +591,17 @@ paths:
channelId:
type: integer
description: BigCommerce channel ID
customerAccessToken:
type: string
description: BigCommerce Customer Access Token
required:
- customerId
examples:
Example 1:
value:
customerId: 999
channelId: 1
customerAccessToken: <sometoken>
tags:
- Auth
components:
Expand Down

0 comments on commit 731f5c2

Please sign in to comment.