-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
Describe the bug
Product has no prices present. Although, I have created the prices and can see in the console
response = self.client.products.list()
products = list(response)
----
Product(id='pro_01k4tyk5x0ss49hnykbzf8qxvw', name='Core Receptionist', status=<Status.Active: active>, tax_category=<TaxCategory.Standard: standard>, created_at=datetime.datetime(2025, 9, 10, 23, 15, 25, 216000, tzinfo=datetime.timezone.utc), updated_at=datetime.datetime(2025, 9, 10, 23, 15, 25, 216000, tzinfo=datetime.timezone.utc), description='AI-powered receptionist service for VSMBs', image_url='', custom_data=None, import_meta=None, prices=[], type=<CatalogType.Standard: standard>))
Steps to reproduce
Step 1: create product, then create prices in Paddle
Step 2: Run
response = self.client.products.list()
products = list(response)
Expected behavior
prices should not be empty
Code snippets
Python version
3.12
SDK version
1.0.1
API version
1
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels