A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi,
I want to send the carrier service name to the seller panel by using API. Please provide the API which I can use and resolve my issue.
Solved! Go to the solution
This is an accepted solution.
Hi @Zworthkey ,
Thanks for the help. I found the solution for my query.
https://shopify.dev/api/liquid/objects/fulfillment in this link mentioned the field name in which I can pass the courier name.
Welcome to Shopify Community.
Which type of help do you want?
Which type of carrier or courier tracking services do you want to embed?
Hi @Zworthkey,
Thanks for the welcome.
I want to send a carrier service name to the Shopify seller panel by using the Shopify PHP SDK.
Please help me by providing an API or a request param in which I can pass the carrier service name.
Check out this Link it will help you.
https://shopify.dev/api/admin-rest/2021-10/resources/carrierservice#top
According to your response as we understand you are telling us about getting the carrier name using Shopify API, but we need to post the courier service name the same as FulfillmentTrackingInfo which is visible to the seller pannel.
Please see the below URL which we follow to post the FulfillmentTrackingInfo.
https://shopify.dev/api/storefront/2022-01/objects/FulfillmentTrackingInfo#fields
This is an accepted solution.
Hi @Zworthkey ,
Thanks for the help. I found the solution for my query.
https://shopify.dev/api/liquid/objects/fulfillment in this link mentioned the field name in which I can pass the courier name.