Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyLocationDraftOrdersArgs
A location or branch of a [company that’s a customer](https://shopify.dev/api/admin-graphql/latest/objects/company) of the shop. Configuration of B2B relationship, for example prices lists and checkout settings, may be done for a location.
Signature:
export interface CompanyLocationDraftOrdersArgs
| Property | Modifiers | Type | Description |
|---|---|---|---|
| after? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
| before? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
| first? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) | |
| last? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) | |
| query? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
| reverse? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) | |
| sortKey? | InputMaybe<DraftOrderSortKeys> | (Optional) |