UNPKG

@selldone/sdk-storefront

Version:

A TypeScript SDK to connect to your shop and build a fully functional storefront and website by simply developing a frontend web application. All backend operations are seamlessly managed by the serverless Selldone solution.

11 lines (10 loc) 492 B
import type { XapiAvocado } from "../XapiAvocado"; import type { Avocado } from "@selldone/core-js/models/shop/order/avocado/avocado.order"; import { Order } from "@selldone/core-js"; export default function updateReceiverInfo(this: XapiAvocado, hash: string, receiver_info: Order.IReceiverInfo): Promise<xapi.avocado.receiver_info.put.IResponse>; export declare namespace xapi.avocado.receiver_info.put { interface IResponse { success: boolean; avocado: Avocado; } }