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