Shipping Policy
result = shopify_post("/pages.json", {"page": {
"title": "Shipping Policy", "handle": "shipping-policy",
"body_html": content, "published": True
}})
pid = result.get("page", {}).get("id")
log(f" Shipping Policy page: id={pid}")
return result
# ─── P1-2: RETURNS POLICY PAGE ─────────────────────────────────────────────
def create_returns_policy_page():
log("=== P1-2: Returns Policy Page ===")
content =