Configure your Project environment within the Merchant Center to support US-based agentic commerce.
Do not add AgenticLift configuration to an existing production Project. Use a dedicated, isolated Project to avoid Channel, Store, and Product Type conflicts.
Project settings
| Setting | Required value | Notes |
|---|---|---|
| Currency | USD | ISO 4217 code. Required for US launch. |
| Country | US | ISO 3166 alpha-2. Governs tax and shipping configuration. |
| Language | en-US | IETF language tag. All Product Attributes must have at least one localized value. |
| Zones | Define a US shipping zone | Group states or regions as needed for Shipping Method configuration. |
| Tax Categories | Minimum of one US Tax Category | Required for Agentic Checkout to function. |
Channels
Common reasons to create dedicated AgenticLift Channels:
- The agentic channel requires different pricing than other sales channels.
- Inventory should be tracked or allocated separately.
- You want to control the agentic product assortment independently.
Store setup
Store Custom Fields
Fields required for all modules
| Field | Type | Description |
|---|---|---|
storeUrl | String | Base URL of the storefront, used for product deep links. |
Fields for the OpenAI module
| Field | Type | Description |
|---|---|---|
sellerTermsOfServiceUrl | String | Merchant terms of service URL. |
sellerPrivacyPolicyUrl | String | Privacy policy URL. |
sellerShopPoliciesUrl | String | Shop policies URL. |
returnPolicyUrl | String | Return policy URL. |
returnWindowDays | Number | Number of days in the return window. |
sellerName | String | Merchant or brand name. |
orderUrl | String | Order permalink URL for order confirmation. |
Fields for the Google Gemini module
| Field | Type | Description |
|---|---|---|
sellerTermsOfServiceUrl | String | Terms of service URL. |
sellerPrivacyPolicyUrl | String | Privacy policy URL. |
sellerRefundPolicyUrl | String | Refund policy URL. |
sellerShippingPolicyUrl | String | Shipping policy URL. |
sellerFaqUrl | String | FAQ URL. |
ucpCheckoutContinueUrl | String | URL for checkout handoff and session recovery. |
orderUrl | String | Order permalink URL appended with the Order ID. |
Shipping Method Custom Fields
| Field | Type | Description |
|---|---|---|
earliestDeliveryInDays | Number | Minimum estimated transit time in days. |
latestDeliveryInDays | Number | Maximum estimated transit time in days. |
carrier | String | Shipping provider name (for example: FedEx, DHL). |
Shipping Method Custom Fields are not required if you use external shipping methods. In that case, delivery estimates and carrier information are provided by the external shipping service.
Shipping Methods
Configure at least one Shipping Method with a US zone rate and assign it to the AgenticLift Store. Without a Shipping Method, Agentic Checkout sessions fail because the Universal Commerce Protocol (UCP) specifications both require fulfillment options in the checkout session response.
API Clients
API Clients for AgenticLift are automatically generated during Agentic Channel setup, with scopes restricted to what each integration requires. No manual API Client creation is needed.