UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

15 lines 527 B
/** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { number, object, optional, string } from '../schema'; export const contentSchema = object({ description: ['Description', string()], quantity: ['Quantity', number()], weight: ['Weight', number()], value: ['Value', number()], hSTariffNr: ['HSTariffNr', optional(string())], countryOfOrigin: ['CountryOfOrigin', optional(string())], }); //# sourceMappingURL=content.js.map