stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > PurchasingEntityInput

AdminTypes.PurchasingEntityInput interface

The input fields for a purchasing entity. Can either be a customer or a purchasing company.

Signature:

export interface PurchasingEntityInput 

Properties

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.