Home > @infiniteobjects/shopify-data-manager > AdminTypes > PurchasingCompany
Represents information about the purchasing company for the order or draft order.
Signature:
export interface PurchasingCompany
| Property | Modifiers | Type | Description |
|---|---|---|---|
| company | Company | The company associated to the order or draft order. | |
| contact? | Maybe<CompanyContact> | (Optional) The company contact associated to the order or draft order. | |
| location | CompanyLocation | The company location associated to the order or draft order. |