v1
latestOpenAPI 3.0.22026-07-24800528.1 KBProduct Book
Retrieve a product book
Retrieves the details of an existing product book.
get/v2/product_book/{unique_identifier}
Path parameters
unique_identifierstring required
Unique identifier of product book. Can be the internal PartnerStack key (e.g. pbook_abc123) or the external product key (e.g. Stripe/Chargebee product ID).
Response
Retrieves the details of an existing product book.
Example response
{
"data": {
"created_at": 1574181282399,
"key": "co_a80cb515fe",
"updated_at": 1574181282399
}
}