getLineItems
This endpoint retrieves a checkout session\'s line items.
public getLineItems(sessionId: string) : VyPromise<VyGetLineItemsResponse>
Parameters
sessionId
string
This is the session `ID`. It's in the response body when you create a checkout link.
Returns
VyPromise<VyGetLineItemsResponse>
Last updated