Types > ShopCreate
Commerce APITypesShopCreate
ShopCreate

Description

Topic: Shops

Fields

app_domain: String

Shop's lana.sh sub-domain, must be unique

Example: "apple"


currency: String

Currency code

Example: "USD"


language: String


name: String!

Name of the shop

Example: "Apple Computers"

Valid when: name is not empty


notification_email: String

Email for shop notifications

Example: "john@smith.com"

Valid when: notification_email's length doesn't exceed 250 characters


plan_id: String

Unique identifier for the subscription plan a customer is on

Example: "Medium"


shop_address: AddressCreate!

Address of the shop


test: Boolean

Whether shop is in test mode or not

Example: false


Used By

Mutations

shopsCreate

Preview (typescript)

Loading module