UNPKG

@whitebox-co/walmart-marketplace-api

Version:

A fully typed TypeScript, Javascript, and Node.js API library for the Walmart Marketplace API

37 lines 1.62 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultParams = exports.SCHEMAS = exports.SANDBOX_API_BASE_PATH = exports.PRODUCTION_API_BASE_PATH = exports.USER_AGENT = void 0; const uuid_1 = require("uuid"); /** * The version value is automatically replaced during builds. */ exports.USER_AGENT = '@whitebox-co/walmart-marketplace-api/0.0.0'; exports.PRODUCTION_API_BASE_PATH = 'https://marketplace.walmartapis.com'; exports.SANDBOX_API_BASE_PATH = 'https://sandbox.walmartapis.com'; exports.SCHEMAS = [ { name: 'Authentication', apiName: 'auth' }, { name: 'Feeds', apiName: 'feeds' }, { name: 'Items', apiName: 'items' }, { name: 'Prices', apiName: 'price' }, { name: 'Promotions', apiName: 'promotion' }, { name: 'Orders', apiName: 'orders' }, { name: 'Returns', apiName: 'returns' }, { name: 'Inventory', apiName: 'inventory' }, { name: 'Lag Time', apiName: 'lagtime' }, { name: 'Settings', apiName: 'settings' }, { name: 'Rules', apiName: 'rules' }, { name: 'Reports', apiName: 'reports' }, { name: 'On-Request Reports', apiName: 'onrequestreports' }, { name: 'Walmart Fulfillment Services', apiName: 'fulfillment' }, { name: 'Notifications', apiName: 'notifications' }, { name: 'Utilities', apiName: 'utilities' }, { name: 'Insights', apiName: 'insights' }, ]; exports.defaultParams = { authorization: '', wMSECACCESSTOKEN: '', wMQOSCORRELATIONID: (0, uuid_1.v4)(), wMSVCNAME: '@whitebox-co/walmart-marketplace-api', wMCONSUMERCHANNELTYPE: '', }; //# sourceMappingURL=constants.js.map