How to upload products images to shiphero taking from another api for example aims 360
Hi @abubakar,
This is the mutation for image update. I believe the integration was created through them. Have you contacted aims 360 for more information?
mutation {
product_update(
data: {
sku: "[ sku string here]"
images: {
src: "[image url here]"
}
}
) {
request_id
complexity
}
}
1 Like