UNPKG

@whitebox-co/walmart-marketplace-api

Version:

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

10 lines (9 loc) 250 B
export interface PriceHeader { feedDate?: string; requestBatchId?: string; version: string; } export declare class Convert { static toPriceHeader(json: string): PriceHeader; static priceHeaderToJson(value: PriceHeader): string; }