UNPKG

@apite/magento2-utility

Version:

Shopgate WebCheckout utility for Magento 2 extensions

18 lines (14 loc) 266 B
declare namespace WebCheckoutAPI { interface LoginTokenResponse { token: string expiration: number } interface ProductMapResponse { products: ProductMap[] } interface ProductMap { parent_sku?: string sku: string id: string } }