# List delivery products

`GET https://api.cademi.com.br/api/v3/sales/deliveries/{delivery_id}/products`

Operation ID: `deliveries.products.list` · API v3

Returns the set of products the delivery grants access to, including the access duration of each entry and the release schedule applied to each product.

`ignored_external_product_ids` is read-only. It lists the gateway product codes ignored during sales processing for the entire account, not only for this delivery, and cannot be changed through the API.

Required permissions: `deliveries.read`.

## Parameters

| Name | In | Type | Required | Description |
|---|---|---|---|---|
| `delivery_id` | path | string | yes |  |

## Responses

### 200

Returns the delivery's product set.

Body: `data`: DeliveryProducts.

Fields of DeliveryProducts:

| Field | Type | Required | Description |
|---|---|---|---|
| `entries` | array of object | yes |  |
| `ignored_external_product_ids` | array of string | yes | Gateway product codes that sale processing ignores across the entire account. Read-only in this resource. |
| `object` | string, one of `delivery_products` | yes |  |

### 401

The credential is missing, malformed, expired, or revoked.

Body: Error.

### 403

The current credentials do not have the permission required by this operation.

Body: Error.

### 404

The delivery was not found or is not accessible with the current credentials.

Body: Error.

Full schema: https://cademi.dev/openapi/v3.json
