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.

10 lines 171 B
export interface PriceSet { shop_money: { amount: string; currency_code: string; }, presentment_money: { amount: string; currency_code: string; } }