This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves the tip that's associated with an eCommerce draft order.
Important: The eCommerce Draft Orders API is currently under development and not yet available to users.
function getTipByDraftOrderId(
draftOrderId: string,
): Promise<GetTipByDraftOrderIdResponse>;
ID of the draft order to retrieve the tip for.
import { tips } from "@wix/ecom";
async function getTipByDraftOrderId(draftOrderId) {
const response = await tips.getTipByDraftOrderId(draftOrderId);
}
There are 2 errors with this status code.
This method may also return standard errors. Learn more about standard Wix errors.