API: how to get parent url_key?
-
When I get items from my cart
/api/checkout/cart
items->product->url_key is alwaysnull
. How can I geturl_key
of parent configurable item? -
Hi @trane294
You need to create you method for this where you need to return url_key of parent configurable item.
Thanks