List Products in a Bundle

Learn how to use the API endpoint /api/v1/products/{id}/bundle/ to view the products in a bundle for which you have access permissions. This guide explains how to make a GET request and provides a success response code of 200 OK. Get a JSON array with pro

API

  • Method: GET

  • URL: /api/v1/products/{id}/bundle/

  • Description: Show all products in a bundle the requesting manager has access permissions to.

Request

  • Path parameters: none listed

  • Query parameters: none listed

  • Header parameters: none listed

  • Body: none

  • Try It Out: not available

Examples

(No example request body provided.)

Responses

Was this helpful?