affirm · Schema

ItemObject

Represents a single line item in the checkout, including product details and pricing.

Properties

Name Type Description
display_name string Customer-facing product name.
sku string Merchant's stock keeping unit identifier for the product.
unit_price integer Unit price of the item in cents.
qty integer Quantity of this item in the order.
item_image_url string URL of the product image.
item_url string URL of the product page on the merchant's website.
categories array Nested array of category strings representing the product taxonomy.
View JSON Schema on GitHub