Stripe Connector
Stripe Connector Help
Version 2
ZappySys Logo File Version: v2
Supported Engine: 8

EndPoint Update a Product


Name

update_product

Description

Updates the specific product by setting the values of the parameters passed. Any parameters not provided will be left unchanged. [API Help]

Parameters

Parameter Label Required Options Description
Id Product Id YES Unique identifier for the Product
name Name YES
type Type (Good or Service) YES
Option Value
service service
good good
active Active NO
Option Value
true true
false false
description Description NO
caption Caption (Can be set if Type = good) NO
package_dimensions_height Package Dimensions - Height (inch) (Can be set if Type = good) NO
package_dimensions_length Package Dimensions - Length (inch) (Can be set if Type = good) NO
package_dimensions_weight Package Dimensions - Weight (inch) (Can be set if Type = good) NO
package_dimensions_width Package Dimensions - Width (inch) (Can be set if Type = good) NO
shippable Shippable (Can be set if Type = good) NO
Option Value
True True
False False
statement_descriptor Statement Description (Can be set if Type = service) NO
unit_label Unit Label (Can be set if Type = service) NO
url Product URL (Can be set if Type = good) NO
image1 Image1 NO
image2 Image2 NO
image3 Image3 NO
image4 Image4 NO
image5 Image5 NO
image6 Image6 NO
image7 Image7 NO
image8 Image8 NO

Output Columns

Label DataType Length Raw Description
Id DT_WSTR 100 False
Name DT_WSTR 100 False
Caption DT_WSTR 4000 False
Description DT_WSTR 4000 False
Active DT_BOOL 0 False
Created DT_DBTIMESTAMP 0 False
Updated DT_DBTIMESTAMP 0 False
Type DT_WSTR 100 False
Object DT_WSTR 100 False
Attributes DT_WSTR 2000 False
LiveMode DT_BOOL 0 False
StatementDescription DT_WSTR 4000 False
UnitLabel DT_WSTR 4000 False
PackageDimensionsHeight DT_WSTR 4000 False
PackageDimensionsLength DT_WSTR 4000 False
PackageDimensionsWidth DT_WSTR 4000 False
PackageDimensionsWeight DT_WSTR 4000 False
URL DT_WSTR 4000 False
Images DT_WSTR 2000 False
TaxCodeId DT_WSTR 4000 False
TaxCodeName DT_WSTR 4000 False
PriceUnitAmount DT_I8 0 False
PriceRecurringInterval DT_WSTR 4000 False
PriceRecurringIntervalCount DT_I4 0 False
PriceRecurringUsageType DT_WSTR 4000 False
Shippable DT_WSTR 4000 False
DeactivatedOn DT_DBTIMESTAMP 0 False

Input Columns

Label DataType Length Raw Description
Id DT_WSTR 100 False
Name DT_WSTR 100 False
Caption DT_WSTR 4000 False
Description DT_WSTR 4000 False
Type DT_WSTR 100 False
Active DT_BOOL 0 False
StatementDescription DT_WSTR 4000 False
UnitLabel DT_WSTR 4000 False
PackageDimensionsHeight DT_WSTR 4000 False
PackageDimensionsLength DT_WSTR 4000 False
PackageDimensionsWidth DT_WSTR 4000 False
PackageDimensionsWeight DT_WSTR 4000 False
URL DT_WSTR 4000 False
Shippable DT_WSTR 4000 False
Image1 DT_WSTR 4000 False
Image2 DT_WSTR 4000 False
Image3 DT_WSTR 4000 False
Image4 DT_WSTR 4000 False
Image5 DT_WSTR 4000 False
Image6 DT_WSTR 4000 False
Image7 DT_WSTR 4000 False
Image8 DT_WSTR 4000 False