Home > @infiniteobjects/shopify-data-manager > AdminTypes > PurchasingEntityInput
The input fields for a purchasing entity. Can either be a customer or a purchasing company.
Signature:
export interface PurchasingEntityInput
Property | Modifiers | Type | Description |
---|---|---|---|
customerId? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) Represents a customer. Null if there’s a purchasing company. | |
purchasingCompany? | InputMaybe<PurchasingCompanyInput> | (Optional) Represents a purchasing company. Null if there’s a customer. |