import { ShopifyBuyerInput } from '@daffodil/driver/shopify'
The input fields for obtaining the buyer's identity.
interface ShopifyBuyerInput {
companyLocationId: string
customerAccessToken: string
}
companyLocationId string |
|---|
The identifier of the company location. |
customerAccessToken string |
|---|
The customer access token retrieved from the Customer Accounts API. |