App reviews, troubleshooting, and recommendations
Hello Guys,
I have just created my first shopify function based on the official tutorial.
I have a development store with checkout customization enabled.
I have deployed my function successfully.
However when i want to activate it with the following query, i receive an error:
mutation {
checkoutServerExtensionCreate(input: {
functionId: "YOUR_FUNCTION_ID_HERE"
}) {
checkoutServerExtension {
id
}
userErrors {
message
}
}
}
{
"data": {
"checkoutServerExtensionCreate": {
"checkoutServerExtension": null,
"userErrors": [
{
"message": "The function provided is not valid to be used as a checkout server extension."
}
]
}
}
}
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify 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, 2025