Set the selected server for an item in the cart
Packages
Set Selected Server
Associates a selected server with a specific item in the user’s cart. Ensures the selected server is valid for the item.
POST
Set the selected server for an item in the cart
Documentation Index
Fetch the complete documentation index at: https://docs.minestorecms.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the item for which the server is being set.
Body
application/json
The ID of the server to be associated with the item.
Example:
456
Response
Successfully set the selected server for the item in the cart.
Indicates if the operation was successful.

