v1
latestOpenAPI 3.1.02026-07-26580123.9 KBProduct details
Get the details of a specific product
get/{companyDomain}/products/{productId}
Path parameters
companyDomainstring required
Your companies Billsby subdomain - for example, if you login at widgets.billsby.com, your companyDomain is widgets
productIdinteger required
The unique identifier of the product in the Billsby platform
Response
200
Example response
{
"productCountryLimitation": {
"isAnyCountryAllowed": true,
"countrySettings": [
{
"countryIso3": "string",
"addressPermission": 1
}
]
},
"name": "string",
"billingCurrency": "string",
"billingCurrencyTemplate": "string",
"displayName": "string",
"description": "string",
"typeOfProduct": 1,
"hasPlans": true,
"isShippingAddressRequired": true,
"isShippingAddressValidationRequired": true,
"isBillingAddressValidationRequired": true,
"isAdditionalEmailRequired": true,
"isPhoneNumberRequired": true,
"isMarketingConsentRequired": true,
"alertEmail": "string"
}