I encountered an issue while exporting product variants using the Shopify API. The request data and response are as follows:
Request Data :
[
{
“price”: 14.99,
“sku”: “Meow6-9”,
“inventoryItem”: {
“tracked”: true
},
“barcode”: “00829274007047”,
“inventoryQuantities”: [
{
“availableQuantity”: 0,
“locationId”: “gid://shopify/Location/80062644463”
},
{
“availableQuantity”: 0,
“locationId”: “gid://shopify/Location/80082927855”
}
],
“optionValues”: [
{
“optionName”: “size”,
“name”: “6.3 lbs”
}
]
}
]
and response from Shopify :
{
“errors”: [
{
“message”: “Internal error. Looks like something went wrong on our end.\nRequest ID: 736ed138-cc71-4e03-85ec-683a796dad94-1733997792 (include this in support requests).”,
“extensions”: {
“code”: “INTERNAL_SERVER_ERROR”,
“requestId”: “736ed138-cc71-4e03-85ec-683a796dad94-1733997792”
}
}
],
“data”: null
}
Hey Manish,
When did you get that requestId
? I am not seeing anything for it on our end - would you be able to send a more recent error code?