A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hello, I am developing a custom app for a client and I would like to programmatically update his custom shipping profiles (which I believe are DeliveryProfile in graphQL) in order to add new products to specific profiles without having to do it manually. Are there any plans to let us access this in the future?
https://shopify.dev/api/admin-graphql/2022-10/objects/deliveryprofile this is GraphQL link of Shopify and for mutation : https://shopify.dev/api/admin-graphql/2022-10/objects/deliveryprofile#mutations
Not sure if Rest also has that but would recommend use of GraphQL.
Above link has :