App reviews, troubleshooting, and recommendations
note: ID is real.
Use the API:
Shopify Admin API (grapQL) :
mutation discountCodeDelete($id: ID!) {
discountCodeDelete(id: $id) {
deletedCodeDiscountId
userErrors {
code
extraInfo
field
message
}
}
}
input:
{
"id": "gid://shopify/PriceRuleDiscountCode/11931057553557"
}
return:
{
"data": {
"discountCodeDelete": null
},
"errors": [
{
"message": "invalid id",
"locations": [
{
"line": 3,
"column": 3
}
],
"path": [
"discountCodeDelete"
]
}
],
"extensions": {
"cost": {
...
}
}
}
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