Alokai

SapccApiRemoveSopPaymentResponseRequest

Request parameters for removeSopPaymentResponse operation in SapccApi. SapccApiRemoveSopPaymentResponseRequest

interface SapccApiRemoveSopPaymentResponseRequest {
	readonly baseSiteId: string;
	readonly cartId: string;
	readonly userId: string;
}

Properties

NameRequiredTypeDescription
baseSiteIdRequiredstringBase site identifier. {string} SapccApiRemoveSopPaymentResponse
cartIdRequiredstringCart identifier: cart code for logged-in user, cart GUID for anonymous user, or 'current' for the last modified cart. {string} SapccApiRemoveSopPaymentResponse
userIdRequiredstringUser identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user. {string} SapccApiRemoveSopPaymentResponse

On this page