GitHub

PurchasingCompany

import { PurchasingCompany } from '@daffodil/driver/shopify'

Represents information about the buyer that is interacting with the cart.

type PurchasingCompany = {
    __typename?: 'PurchasingCompany';
    company: Company;
    contact?: Maybe<CompanyContact>;
    location: CompanyLocation;
}