The shipping fields a supplier exposes — either as static class members
(SupplierStaticMeta) or as an entry in SUPPLIER_META. Accepts a readonly
shipsTo so both shapes satisfy it.
Source
exportinterfaceShippingMeta { /** The supplier's coarse shipping scope. */ readonlyshipping:ShippingRange; /** The supplier's home country (ISO 3166-1 alpha-2). */ readonlycountry:CountryCode; /** Optional explicit destination allowlist; overrides {@linkShippingMeta.shipping} when set. */ readonlyshipsTo?:readonlyCountryCode[]; }
The shipping fields a supplier exposes — either as
staticclass members (SupplierStaticMeta) or as an entry inSUPPLIER_META. Accepts a readonlyshipsToso both shapes satisfy it.Source