shopify_verify_product_readiness
Verify Shopify product readiness after publication by confirming product, publications, title, price, currency, landing page, and checkout surface.
Instructions
Read exact Shopify Admin and storefront evidence after publication. The governed host verifies the requested product, publications, title, price, currency, public landing page, and checkout surface without returning raw storefront HTML.
Args: product_id (required): Exact Shopify product ID (numeric or GID). publication_ids (required): Non-empty exact publication IDs that must contain the product. expected_title (required): Approved product title expected in Admin and on the landing page. expected_price (required): Approved canonical two-decimal variant price. expected_currency (required): Approved uppercase ISO-4217 shop currency. landing_url (required): Canonical HTTPS landing URL expected from Shopify Admin. publication_completed_at (required): UTC completion time of the governed publication write. project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Required and must be read; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| effect | Yes | ||
| product_id | No | ||
| project_id | No | ||
| landing_url | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| expected_price | No | ||
| expected_title | No | ||
| idempotency_key | No | ||
| publication_ids | No | ||
| expected_currency | No | ||
| connector_account_ref | No | ||
| publication_completed_at | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |