BuyerInput
The input fields for obtaining the buyer's identity.
import { BuyerInput } from '@daffodil/driver/shopify'
type BuyerInput = {
companyLocationId?: InputMaybe<Scalars['ID']['input']>;
customerAccessToken: Scalars['String']['input'];
}
Type | Options |
---|---|
BuyerInput | {
companyLocationId?: InputMaybe<Scalars['ID']['input']>;
customerAccessToken: Scalars['String']['input'];
} |