Improved

deliveryMethod object is now available in list subscriptions endpoint

You can now retrieve delivery method details for each subscription directly from the List subscriptions storefront API endpoint. This enables showing accurate delivery information in custom or headless subscriber portals.

What’s New?

The deliveryMethod object is now returned for each subscription in the List subscriptions storefront API response. You can use this to display the delivery method name or code wherever you surface subscription details.

Example response snippet:

"deliveryMethod": { "code": "Express", "title": "Express" }

  • code - Internal or system identifier for the delivery method.
  • title - Display label for the delivery method, intended for customer-facing UI.