Skip to main content

Product

Properties

NameTypeRequiredDescription
activeboolIndicates whether the product is currently available for purchase.
attributesList[str]Up to 5 unique alphanumeric strings defined by the merchant. Cannot contain spaces. For example: [ > "size", > "color"] Each string defines the key in a key-value pair in the 'attributes' object in the corresponding 'sku' objects.
created_atfloatTime of creation of this product, in Unix time. Response only.
descriptionstrFull text description of the product.
id_strUnique string for identification of the product. Legal input includes alphanumeric characters and the underscore () character. If the merchant does not define an ID, Rapyd generates it with a string that starts with product.
imagesList[str]Images associated with the product.
metadatadictA JSON object defined by the client.
namestrThe name of the product or service that appears in the line items in invoices.
package_dimensionsProductPackageDimensionsDescribes the physical size and weight of the product. Contains the following fields: _ height _ length _ weight _ width These fields are represented as numbers, but it is the responsibility of the merchant to define and interpret the relevant units of length and weight.
shippableboolIndicates whether the product can be shipped.
skusList[Sku]
statement_descriptorstrDescription that is suitable for a customer's statement. Limited to 22 characters. Relevant when type is service. Must be null when type is goods.
type_ProductTypeOne of the following: _ services - Relevant to subscriptions and plans. _ goods - Relevant to orders and SKUs.
unit_labelstrDetermines what one unit of this product is called on customers’ receipts and invoices, such as minutes, viewings, kilometers or packages. Relevant when type is service. Must be null when type is goods.
updated_atfloatTime that this product was last updated, in Unix time. Response only.

ProductType

One of the following: _ services - Relevant to subscriptions and plans. _ goods - Relevant to orders and SKUs.

Properties

NameTypeRequiredDescription
GOODSstr"goods"
SERVICESstr"services"

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →