Home > @vsf-enterprise/sapcc-api > ComposedCartEntryFields

ComposedCartEntryFields interface

Definition of composed fields for cart get, add and update methods.

Signature:

export interface ComposedCartEntryFields 

Properties

Property Type Description
add? 'BASIC' | 'DEFAULT' | 'FULL' (Optional) Response configuration. List of fields returned in the response body.
get? string[] | string (Optional) Response configuration. List of fields returned in the response body.
update? 'BASIC' | 'DEFAULT' | 'FULL' (Optional) Response configuration. List of fields returned in the response body.