# Shopify AI commerce readiness audit

**Use case:** 

Audit Shopify stores for product feed access, structured product data, pricing metadata, and AI shopping readiness signals.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://allbirds.com"
    },
    {
      "url": "https://www.colourpop.com"
    }
  ],
  "productUrls": [],
  "maxProducts": 10,
  "auditDepth": "standard",
  "includeProductPages": true,
  "requestTimeoutSecs": 20
}
```

## Output

```json
{
  "rowType": {
    "label": "Row type",
    "format": "text"
  },
  "storeUrl": {
    "label": "Store",
    "format": "link"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "productTitle": {
    "label": "Product",
    "format": "text"
  },
  "readinessScore": {
    "label": "Score",
    "format": "number"
  },
  "readinessGrade": {
    "label": "Grade",
    "format": "text"
  },
  "productsAudited": {
    "label": "Products audited",
    "format": "number"
  },
  "catalogAccess": {
    "label": "Catalog access",
    "format": "text"
  },
  "stableIdentifiersScore": {
    "label": "Identifiers",
    "format": "number"
  },
  "structuredDataScore": {
    "label": "Structured data",
    "format": "number"
  },
  "priceInventoryScore": {
    "label": "Price/inventory",
    "format": "number"
  },
  "variantOptionsScore": {
    "label": "Variants",
    "format": "number"
  },
  "contentMediaScore": {
    "label": "Content/media",
    "format": "number"
  },
  "skuPresent": {
    "label": "SKU",
    "format": "boolean"
  },
  "barcodeOrGtinPresent": {
    "label": "GTIN/barcode",
    "format": "boolean"
  },
  "pricePresent": {
    "label": "Price",
    "format": "boolean"
  },
  "availabilityPresent": {
    "label": "Availability",
    "format": "boolean"
  },
  "shippingPolicyFound": {
    "label": "Shipping policy",
    "format": "boolean"
  },
  "returnsPolicyFound": {
    "label": "Returns policy",
    "format": "boolean"
  },
  "commonIssues": {
    "label": "Common issues",
    "format": "text"
  },
  "topRecommendations": {
    "label": "Recommendations",
    "format": "text"
  },
  "auditedAt": {
    "label": "Audited at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify Agentic Commerce Readiness Auditor](https://apify.com/automation-lab/shopify-agentic-commerce-readiness-auditor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/shopify-agentic-commerce-readiness-auditor) to learn more, explore other use cases, and run it yourself.