Skip to main content

private_store_collection_offer

Overview

Nameprivate_store_collection_offer
TypeResource
Idazure_extras.marketplace.private_store_collection_offer

Fields

NameDatatypeDescription
idstringThe resource ID.
namestringThe name of the resource.
propertiesobject
systemDataobjectRead only system data
typestringThe type of the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTcollectionId, offerId, privateStoreIdGets information about a specific offer.
listSELECTcollectionId, privateStoreIdGet a list of all private offers in the given private store and collection
create_or_updateINSERTcollectionId, offerId, privateStoreIdUpdate or add an offer to a specific collection of the private store.
deleteDELETEcollectionId, offerId, privateStoreIdDeletes an offer from the given collection of private store.
_listEXECcollectionId, privateStoreIdGet a list of all private offers in the given private store and collection
postEXECcollectionId, offerId, privateStoreIdDelete Private store offer. This is a workaround.
upsert_offer_with_multi_contextEXECcollectionId, offerId, privateStoreIdUpsert an offer with multiple context details.