Alokai

AddLineItemsResponse

Add line item response.

interface AddLineItemsResponse {
	data: Cart$1;
	meta: Record<string, never>;
}

Properties

NameRequiredTypeDescription
dataRequiredCart$1Cart information.
metaRequiredRecord<string, never>Empty object.

Referenced Types

On this page