We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You must specify your API username and password using the twocheckout.Api.credentials method before calling a method in this class.
twocheckout.Api.credentials
##Methods
###find
Use to retrieve an existing product.
####Arguments
product_id
####Returns
Returns a Product object.
####Example Usage:
twocheckout.Api.credentials({'username':'APIuser1817037', 'password':'APIpass1817037'}) params = { 'product_id': 4774467881 } product = twocheckout.Product.find(params) print product
####Example Response:
{ u'approved_url': None, u'assigned_product_id': u'21', u'categories': [], u'commission': 0, u'commission_amount': None, u'commission_type': None, u'description': None, u'duration': None, u'handling': None, u'images': [], u'long_description': None, u'name': u'test product', u'options': [], u'pending_url': None, u'price': u'1.00', u'product_id': u'4775359547', u'recurrence': None, u'recurrence_p': None, u'recurring': u'0', u'startup_fee': None, u'tangible': u'0', u'vendor_id': u'1817037', u'vendor_product_id': '', u'weight': None }
Introduction
Charge
Passback
Notification
API
Sale
Product
Option
Coupon
Company
Contact