ADO.NET Provider for PayPal

Build 25.0.9434

Products

Retrieves the list of products, which are goods and services.

Table Specific Information

Select

This view returns a list of products for the authenticated user.

The only filter supported by the PayPal API is Id. Server-side processing is only supported for the '=' operator.

The provider processes other filters client side within the provider.

For example, the following queries are processed server side.

SELECT * FROM Products
SELECT * FROM Products WHERE Id = 'PP-D-12345'

Columns

Name Type References Description
Id [KEY] String The ID of the product.
CreateTime Datetime The date and time when the product was created, in Internet date and time format.
Description String The product description.
Name String The product name.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434