stripe-apps icon indicating copy to clipboard operation
stripe-apps copied to clipboard

Feature request: add stripe.dashboard.shipping-rate.list and stripe.dashboard.shipping-rate.detail to allowed viewports

Open bensontrent opened this issue 5 months ago • 0 comments

I'm building a shipping label creation app, hopefully ready to be released free to the public within the next month. My app allows users to set default carrier and service values for their Shipping Rates to speed label creation.

I'd like to be able to provide the user a control panel for this on their individual shipping rate interface in their Stripe dashboard; expanding the list of allowed viewports at https://docs.stripe.com/stripe-apps/reference/viewports to include:

VIEWPORT ID PAGE URLS OBJECT TYPE
stripe.dashboard.shipping-rate.list Shipping rates page dashboard.stripe.com/shipping-rates null
stripe.dashboard.shipping-rate.detail Shipping rate details page dashboard.stripe.com/shipping-rates/:id shipping_rate

Currently I'm managing these defaults on my settings page, but I think it would be logical for the customer to expect to see a control panel for each individual shipping rate in their Stripe dashboard as well.

image

bensontrent avatar Mar 15 '24 19:03 bensontrent