Partner Activatable Products
Details on the products you are currently selling in your store.
Unique identifier of the record.
MP-1234:EDITION-123Should always be partnerActivatableProducts.
Possible values: [partnerActivatableProducts]
partnerActivatableProductsrelationships object
allowedCountries object
Allowed list of countries as 2-letter codes where the product can be sold. If empty, its allowed for any country. Country name from the code can be obtained with Countries API
data object[]
USPossible values: [countries]
countriesrequiredProducts object
List of IDs of the products to be activated before activating this product.
data object[]
ABC:default:MP-456:EDITION-456Possible values: [partnerActivatableProducts]
partnerActivatableProductsattributes object
The unique identifier of a product, product edition or package. It can be obtained by following this guide.
MP-1234:EDITION-123Vendor provided name for the product.
Product NameCustom name for the product set by the Partner.
Custom Product NameProduct logo url. Url to the jpg or png image with 1:1 aspect ratio. (Recommended: 240px x 240px).
Briefly describes what the product does.
Short DescriptionUrl to access the large rectangular image at the top of the marketing page.
prices object[]
Describes the price of the product.
Billing frequency of the product.
Denotes the type of price.
retailType of currency (code) of the price.
CADThe cost of the product.
42{
"id": "MP-1234:EDITION-123",
"type": "partnerActivatableProducts",
"relationships": {
"allowedCountries": {
"data": [
{
"id": "US",
"type": "countries"
}
]
},
"requiredProducts": {
"data": [
{
"id": "ABC:default:MP-456:EDITION-456",
"type": "partnerActivatableProducts"
}
]
}
},
"attributes": {
"sku": "MP-1234:EDITION-123",
"name": "Product Name",
"whiteLabelName": "Custom Product Name",
"iconUrl": "string",
"tagline": "Short Description",
"bannerImageUrl": "string",
"prices": [
{
"frequency": "string",
"type": "retail",
"currencyCode": "CAD",
"amount": 42
}
]
}
}