Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
18 lines
473 B
YAML
18 lines
473 B
YAML
title: Publishable API Key Sales Channel
|
|
description: >-
|
|
This represents the association between the Publishable API keys and Sales
|
|
Channels
|
|
type: object
|
|
required:
|
|
- publishable_key_id
|
|
- sales_channel_id
|
|
properties:
|
|
sales_channel_id:
|
|
description: The sales channel's ID
|
|
type: string
|
|
example: sc_01G1G5V21KADXNGH29BJMAJ4B4
|
|
publishable_key_id:
|
|
description: The publishable API key's ID
|
|
type: string
|
|
example: pak_01G1G5V21KADXNGH29BJMAJ4B4
|