Retrieve Rotating Delivery Product

Returns what product will be revealed at a given order placement date or a given ordinal integer in the series

🔐

Authentication

✔️ Application API Scope

✔️ Storefront API Scope

This endpoint will by default return the first product in the rotation at that time. This is usually the product the customer will be checking out with to generate the rotating subscription.

Default for each rotating rule type:

  • Time-Window: The default date will be the current date at request time
  • Ordinal: The default ordinal will be 0, always the first product in the list

📘

To get the all the rules from the rotating product use get product or list product endpoints with ?include_product_selection_rules=true as a query param

Language