Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 766 Bytes

File metadata and controls

11 lines (8 loc) · 766 Bytes

# EcommerceV1SalesChannelStoreRequest

Properties

Name Type Description Notes
type string Sales channel type. "custom" is a headless channel: it requires a name and takes an optional public url. "quick-link" is a one-page store whose handle is auto-generated; it supports neither name nor url.
name string Merchant-facing custom name. Required for custom channels; not supported for quick-link.
url string Optional public url for the channel. Custom channels only; not supported for quick-link.

[Back to Model list] [Back to API list] [Back to README]