PrivateStoreCollectionOperations interface
Interface representing a PrivateStoreCollection operations.
Properties
| approve |
Delete all existing offers from the collection and enable approve all items. |
| create |
Create or update private store collection |
| delete | |
| disable |
Disable approve all items for the collection. |
| get | Gets private store collection |
| list | Gets private store collections list |
| post | Delete Private store collection. This is a workaround. |
| transfer |
transferring offers (copy or move) from source collection to target collection(s) |
Property Details
approveAllItems
Delete all existing offers from the collection and enable approve all items.
approveAllItems: (privateStoreId: string, collectionId: string, options?: PrivateStoreCollectionApproveAllItemsOptionalParams) => Promise<Collection>
Property Value
(privateStoreId: string, collectionId: string, options?: PrivateStoreCollectionApproveAllItemsOptionalParams) => Promise<Collection>
createOrUpdate
Create or update private store collection
createOrUpdate: (privateStoreId: string, collectionId: string, options?: PrivateStoreCollectionCreateOrUpdateOptionalParams) => Promise<Collection>
Property Value
(privateStoreId: string, collectionId: string, options?: PrivateStoreCollectionCreateOrUpdateOptionalParams) => Promise<Collection>
delete
delete: (privateStoreId: string, collectionId: string, options?: PrivateStoreCollectionDeleteOptionalParams) => Promise<void>
Property Value
(privateStoreId: string, collectionId: string, options?: PrivateStoreCollectionDeleteOptionalParams) => Promise<void>
disableApproveAllItems
Disable approve all items for the collection.
disableApproveAllItems: (privateStoreId: string, collectionId: string, options?: PrivateStoreCollectionDisableApproveAllItemsOptionalParams) => Promise<Collection>
Property Value
(privateStoreId: string, collectionId: string, options?: PrivateStoreCollectionDisableApproveAllItemsOptionalParams) => Promise<Collection>
get
Gets private store collection
get: (privateStoreId: string, collectionId: string, options?: PrivateStoreCollectionGetOptionalParams) => Promise<Collection>
Property Value
(privateStoreId: string, collectionId: string, options?: PrivateStoreCollectionGetOptionalParams) => Promise<Collection>
list
Gets private store collections list
list: (privateStoreId: string, options?: PrivateStoreCollectionListOptionalParams) => Promise<CollectionsList>
Property Value
(privateStoreId: string, options?: PrivateStoreCollectionListOptionalParams) => Promise<CollectionsList>
post
Delete Private store collection. This is a workaround.
post: (privateStoreId: string, collectionId: string, options?: PrivateStoreCollectionPostOptionalParams) => Promise<void>
Property Value
(privateStoreId: string, collectionId: string, options?: PrivateStoreCollectionPostOptionalParams) => Promise<void>
transferOffers
transferring offers (copy or move) from source collection to target collection(s)
transferOffers: (privateStoreId: string, collectionId: string, options?: PrivateStoreCollectionTransferOffersOptionalParams) => Promise<TransferOffersResponse>
Property Value
(privateStoreId: string, collectionId: string, options?: PrivateStoreCollectionTransferOffersOptionalParams) => Promise<TransferOffersResponse>