UNPKG

@shopify/shopify-api

Version:

Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks

29 lines 1.29 kB
/*********************************************************************************************************************** * This file is auto-generated. If you have an issue, please create a GitHub issue. * ***********************************************************************************************************************/ import { Base, FindAllResponse } from '../../base'; import { ResourcePath, ResourceNames } from '../../types'; import { Session } from '../../../lib/session/session'; import { ApiVersion } from '../../../lib/types'; interface AllArgs { [key: string]: unknown; session: Session; fulfillment_order_id?: number | string | null; } export declare class LocationsForMove extends Base { static apiVersion: ApiVersion; protected static hasOne: { [key: string]: typeof Base; }; protected static hasMany: { [key: string]: typeof Base; }; protected static paths: ResourcePath[]; protected static resourceNames: ResourceNames[]; static all({ session, fulfillment_order_id, ...otherArgs }: AllArgs): Promise<FindAllResponse<LocationsForMove>>; locations_for_move: { [key: string]: unknown; }[] | null; } export {}; //# sourceMappingURL=locations_for_move.d.ts.map