UNPKG

inventora-shopify-admin-api

Version:

Shopify Admin API is a NodeJS library built to help developers easily authenticate and make calls against the Shopify API. It was inspired by and borrows heavily from ShopifySharp.

7 lines (6 loc) 180 B
import { ShopifyObject } from "./base"; export interface InventoryLevel extends ShopifyObject { inventory_item_id?: number; location_id?: number; available?: number; }