App reviews, troubleshooting, and recommendations
I am unable to submit the shopify app to publish because of deprecated APIs.
I am sure that I removed all the deprecations but still it not allowing to publish.
$query = <<<GRAPHQL
{
products(first: 100) {
edges {
node {
id
title
handle
descriptionHtml
vendor
productType
tags
publishedAt
status
templateSuffix
category {
id
name
}
options {
id
name
values
}
images(first: 100) {
edges {
node {
id
src
width
height
}
}
}
variants(first: 100) {
edges {
node {
id
title
price
compareAtPrice
barcode
inventoryQuantity
inventoryPolicy
taxable
inventoryItem {
id
}
}
}
}
collections(first: 100) {
edges {
node {
id
title
handle
}
}
}
}
}
}
}
GRAPHQL;
$url = "https://{$this->shopifyStore}/admin/api/2025-01/graphql.json";
To check whether the deprecation API is fixed or not click on Last day tab as shown in screenshot.
If you still find deprecation API message there then it is not fixed. Also check your API version which you're using.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025