Skip to content

Product API does not return prices #121

@qlikstar

Description

@qlikstar

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions