Reorder
orders
Reorder
Re-order: add all available items from a previous order into the user’s cart.
- Verifies the order belongs to the authenticated user.
- For each order item, checks the variant is active and in stock (or allows backorder).
- Adds available items to the cart (upserts quantity if variant already in cart).
- Returns how many items were added/skipped, plus warnings for unavailable products.
POST
Reorder
Autorizzazioni
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.