php-shopify
php-shopify copied to clipboard
Updating variant_id of existing order.
This is not working. cannot update variation_id of exiting order.
to be specific. updating the variant_id of a line_item inside of an order. This is needed if someone updates variants of product that is in a live order.
@sbdwisp Seems like the issue is from Shopify API side. Did you test the same with any REST API testing tool? Please confirm if it's working with the API call. If not, our SDK has nothing to do with specific Shopify issues. (You can ask in Shopify forums).
@sbdwisp If you still think, there might be anything to do with SDK, please share your code implementation and what the response / error you are getting.