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.

13 lines (11 loc) 248 B
import { ShopifyObject } from "./base"; export interface LineItemProperty extends ShopifyObject { /** * The name of the note attribute. */ name?: string; /** * The value of the note attribute. */ value?: any; }