---
title: "Retrieve commerce settings"
method: GET
path: "/whatsapp/phoneNumbers/{wabaId}/{phoneNumber}/whatsappCommerceSettings"
tags: ["WhatsApp Phone Numbers"]
---

# Retrieve commerce settings

`GET /whatsapp/phoneNumbers/{wabaId}/{phoneNumber}/whatsappCommerceSettings`

Retrieves a WhatsApp business phone number's commerce settings.

## Path parameters

- `wabaId` string, required
- `phoneNumber` string, required

## Response `200`

Successfully retrieved the object.

- WhatsappCommerceSettings — WhatsApp business phone number's commerce settings.
  - `id` string — Unique ID for the object.
  - `isCartEnabled` boolean — When enabled, cart-related buttons appear in the conversation, catalog, and product details views. When the cart is disabled, customers can see products and their details, but all cart related buttons will not appear in any view.
  - `isCatalogVisible` boolean — When enabled, the catalog storefront icon and catalog-related buttons appear in conversation and business profile views. When the catalog is disabled, the storefront icon and catalog-related buttons will not appear in any views and the catalog preview with thumbnails will not appear in the business profile view.

## Other responses

- `404` — The requested resource does not exist.

---

[API](https://skmtc.dev/ycloud/apis/ycloud-api.md) · [All operations](https://skmtc.dev/ycloud/apis/ycloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ycloud/ycloud-api/revisions/4e13d3ca9df8/schema)
