Skip to main content
GET
/
subscriptionPackages
/
{sellerId}
Get subscription packages
curl --request GET \
  --url https://api.quivo.co/subscriptionPackages/{sellerId}
{
  "sellerId": 123,
  "subscriptionPackage": "RISING_STAR",
  "articles": {
    "active": 123,
    "allowed": 123
  },
  "shops": {
    "active": 123,
    "allowed": 123
  }
}

Path Parameters

sellerId
integer<int64>
required

The unique identifier for the seller account. This ID is used to scope operations to a specific seller's data and resources.

Response

Returns the SellerSubscriptionPackageInfoGet matching the specified identifier.

Seller subscription package information. Contains package details, features, pricing, and usage statistics.

sellerId
integer<int64>

The unique identifier for the seller

subscriptionPackage
enum<string>

Package identifier or subscription package

Available options:
RISING_STAR,
STELLAR_EXPLORER,
FULFILLED_LEGEND,
WITHOUT_PACKAGE,
SEND_IT_YOURSELF,
CUSTOMIZED
articles
object

Response object containing sellersubscriptionpackagelimitation details

shops
object

Response object containing sellersubscriptionpackagelimitation details