SapccApiCreateBundleRequest
Request parameters for createBundle operation in SapccApi. SapccApiCreateBundleRequest
interface SapccApiCreateBundleRequest {
readonly baseSiteId: string;
readonly bundleStarter: BundleStarter;
readonly cartId: string;
readonly userId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier. {string} SapccApiCreateBundle |
bundleStarter | Required | BundleStarter | {BundleStarter} SapccApiCreateBundle |
cartId | Required | string | Cart identifier: cart code for logged-in user, cart GUID for anonymous user, or 'current' for the last modified cart. {string} SapccApiCreateBundle |
userId | Required | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user. {string} SapccApiCreateBundle |