# List Product

Sync your Oracle Cloud Marketplace listings into Suger.

---

## Where Listings Are Created

Listings themselves are created and managed in the [Oracle Cloud Marketplace Partner Portal](https://cloudmarketplace.oracle.com/partner) — Suger does not create or publish Oracle listings. Suger **imports** your existing listings so you can transact private offers against them.

## Sync Listings into Suger

Once the [integration](/oracle-marketplace/integration/) is connected, Suger keeps your Oracle data fresh automatically:

- An initial sync runs when the integration is connected.
- After that, Suger re-syncs every connected Oracle integration **hourly**, pulling the latest listings and private-offer statuses.
- You can also trigger a sync on demand from the **Integrations** page in the Suger console (the `Sync` action on the Oracle Cloud Marketplace integration) — for example, right after publishing a new listing.

The sync imports your Marketplace Publisher listings as Suger **products**, along with any private offers already sent from your tenancy.

## What Gets Synced

- Your **published SaaS listings** (Oracle listing package type `SAAS`) are synced. Other Oracle Marketplace listing types (container images, machine images, stacks, and Helm charts) are out of scope and skipped.
- Each listing becomes a product in Suger, keyed by its Oracle listing ID, so re-running the sync updates existing products instead of duplicating them.
- Products you have edited or deleted in Suger are left untouched by later syncs.
- The raw Oracle listing data is preserved on the Suger product for auditing.

### Listing Status Mapping

| Oracle listing lifecycle state | Suger product status |
|---|---|
| `ACTIVE` | `PUBLIC` |
| `INACTIVE` | `UNLISTED` |
| `CREATING` | `PENDING` |
| `UPDATING` | `PENDING_UPDATE` |
| `DELETING` / `DELETED` | `DELETED` |
| `FAILED` | `CREATE_FAILED` |

After the sync completes, your Oracle listings appear on the **Products** page and are ready to be used in [private offers](/oracle-marketplace/private-offers/).
