Shops > Shops > shopsTransferOwnershipInit
Commerce APIShopsShopsshopsTransferOwnershipInit
shopsTransferOwnershipInit
POST:shops/transfer_ownership_init.json

Description

Request shop ownership transfer. A confirmation code will be sent to your email.

Topic: Shops

Arguments

shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

Boolean

Preview (typescript)

function shopsTransferOwnershipInit(
shop_id: string
): boolean