App reviews, troubleshooting, and recommendations
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello. Please advise. How can I obtain the shipping rate by profile ID?
For example: I made a request to create a shipping profile with a shipping rate using the GraphQL API. The response returns the profile ID. I need to retrieve the rate ID and rate name from the created profile.
"data" => array:1 [
"deliveryProfileCreate" => array:2 [
"profile" => array:2 [
"id" => "gid://shopify/DeliveryProfile/123456789098"
"name" => "Some Name"
]
"userErrors" => []
]
]