Gets the remaining number of items available to the specified user within the limit applied.
User limit API allows you to sell an item in a limited quantity. To configure the purchase limits, go to the Admin section of the desired item type module:
Purchase limits for a user were successfully received.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
{- "per_user": {
- "total": 10,
- "available": 9
}
}