UNPKG

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.

92 lines (91 loc) 4.65 kB
"use strict"; /** * @file Automatically generated by barrelsby. */ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); __exportStar(require("./access_scope"), exports); __exportStar(require("./address"), exports); __exportStar(require("./application_credit"), exports); __exportStar(require("./applied_discount"), exports); __exportStar(require("./article"), exports); __exportStar(require("./article_image"), exports); __exportStar(require("./asset"), exports); __exportStar(require("./asset_update_create"), exports); __exportStar(require("./base"), exports); __exportStar(require("./blog"), exports); __exportStar(require("./carrier_service"), exports); __exportStar(require("./charge"), exports); __exportStar(require("./checkout"), exports); __exportStar(require("./checkout_complete"), exports); __exportStar(require("./checkout_create"), exports); __exportStar(require("./checkout_update"), exports); __exportStar(require("./client_details"), exports); __exportStar(require("./collect"), exports); __exportStar(require("./comment"), exports); __exportStar(require("./country"), exports); __exportStar(require("./customer"), exports); __exportStar(require("./destination"), exports); __exportStar(require("./discount"), exports); __exportStar(require("./discount_allocation"), exports); __exportStar(require("./discount_application"), exports); __exportStar(require("./discount_code"), exports); __exportStar(require("./draft_line_item"), exports); __exportStar(require("./draft_order"), exports); __exportStar(require("./fulfillment"), exports); __exportStar(require("./gift_card"), exports); __exportStar(require("./inventory_item"), exports); __exportStar(require("./inventory_level"), exports); __exportStar(require("./line_item"), exports); __exportStar(require("./line_item_property"), exports); __exportStar(require("./location"), exports); __exportStar(require("./meta_field"), exports); __exportStar(require("./meta_field_update_create"), exports); __exportStar(require("./note_attribute"), exports); __exportStar(require("./order"), exports); __exportStar(require("./order_create"), exports); __exportStar(require("./page"), exports); __exportStar(require("./payment_details"), exports); __exportStar(require("./policy"), exports); __exportStar(require("./price_rule"), exports); __exportStar(require("./price_rule_discount_code"), exports); __exportStar(require("./price_set"), exports); __exportStar(require("./product"), exports); __exportStar(require("./product_collection"), exports); __exportStar(require("./product_image"), exports); __exportStar(require("./product_option"), exports); __exportStar(require("./product_update_create"), exports); __exportStar(require("./product_variant"), exports); __exportStar(require("./product_variant_create"), exports); __exportStar(require("./product_variant_update"), exports); __exportStar(require("./recurring_charge"), exports); __exportStar(require("./redirect"), exports); __exportStar(require("./refund"), exports); __exportStar(require("./script_tag"), exports); __exportStar(require("./shipping_line"), exports); __exportStar(require("./shipping_rate"), exports); __exportStar(require("./shop"), exports); __exportStar(require("./tax_line"), exports); __exportStar(require("./theme"), exports); __exportStar(require("./transaction"), exports); __exportStar(require("./usage_charge"), exports); __exportStar(require("./webhook"), exports); __exportStar(require("./webhooks-response/draft_order-create"), exports); __exportStar(require("./webhooks-response/draft_order-delete"), exports); __exportStar(require("./webhooks-response/draft_order-update"), exports); __exportStar(require("./webhooks-response/fulfillment-base"), exports); __exportStar(require("./webhooks-response/fulfillment-create"), exports); __exportStar(require("./webhooks-response/fulfillment-update"), exports); __exportStar(require("./webhooks-response/order-delete"), exports); __exportStar(require("./webhooks-response/order-edit"), exports); __exportStar(require("./webhooks-response/order"), exports); __exportStar(require("./webhooks-response/order_transactions-create"), exports);