Adding Offer Details to a Private Offer
Create or revise a listing for lead generation in Marketplace.
- Open the navigation menu and select Marketplace. Under Publisher, select Private Offers Publication.
- Select Create Private Offer. The Create Private Offer panel appears.
Offer details
Provide offer details for the private offer:- Private offer name: Enter a name and a short description for the private offer.
- Description: Enter the description for the private offer.
- Currency: Select the currency that matches the customer’s subscribed currency.
- Price: Enter the price for the private offer.
Listing details
For listing details, add one or more listings and associate each listing with its individual unit of measure and quantity. Enter the quantity based on the selected unit of measure. Avoid entering values in decimals for quantity. The listings attached to the offer are grouped along with their unit of measure and quantity.- Listing: Select the listing.
- Unit: Displays the unit of measure for the listing.
- Quantity: Enter the listing quantity.
Offer dates
For Offer dates, follow these steps. All the offer dates are set to UTC midnight.- Select Edit dates to open the Offer dates panel.
- Accept offer by: Enter the date by which the customer must accept the offer.
- Start date options: Specify the start date of the offer either by selecting Specify date and entering a date, or by selecting On acceptance.
- End date options: Specify the end date of the offer either by selecting Specify date and entering a date, or by selecting Specify duration.
- Specify the length of time that the contract is valid and the duration type in days.
- Select Save.
Internal details
For Internal details, enter the following information:- Add notes. These notes are visible only to the publisher.
- Add your own custom fields to display in the offer. Custom fields are visible only to the publisher.
Documents
For Documents, attach one or more documents to the offer by selecting the document type and then uploading the document. The PDF attachment file size can’t exceed a size of 1 MB.
Upload at least one document of any type other than the Oracle Terms and Conditions.
The documents attached to the offer, along with the type of document, are displayed in the Documents attached to the offer table. Select Next.
Create an application listing (Lead Generation only) using CLI commands.
Use the following commands to create a listing and its components. For a complete list of parameters and values for CLI commands, see the
CLI for Marketplace Publisher.-
Use the
oci marketplace-publisher listing createcommand and required parameters to create a listing:oci marketplace-publisher listing create --compartment-id | -c, --listing-type, --name, --package-type, --defined-tags, --freeform-tags ... [OPTIONS] -
Use the
oci marketplace-publisher listing-revision createcommand and required parameters to add the details of the listing revision:oci marketplace-publisher listing-revision create --categories ... [OPTIONS] -
Use the
oci marketplace-publisher listing-revision submit-listing-revision-for-reviewcommand and required parameters to submit your listing revision for review:oci marketplace-publisher listing-revision submit-listing-revision-for-review --listing-revision-id --note-details ... [OPTIONS]
-
Use the following operations to create an application listing (lead generation only):
- Use the CreateListing operation to create a listing.
- Use the CreateListingRevision operation to create a listing revision.
- Use the UpdateListingRevision operation to update the support details of the private offer.
- Use the operation to SubmitListingRevisionForReview to review and submit the listing revision.