v1Card

  • currency_code
    Type: string · ISO 4217
  • discount_amount
    Type: string · discount amount in cents ( 1USD = 100 cents)Format: uint64
  • items
    Type: array object[] · v1CardItem[]
    • image_url
      Type: string
    • item_url
      Type: string
    • item_version
      Type: string
    • qty
      Type: string · must be > 0 must be integer, in case the quantity is non integer, make the calculation and submit the total amount and qty = 1Format: uint64
    • sku
      Type: string · sku is optional, if not provided, a random sku will be generated
    • title
      Type: string
    • unit_price
      Type: string · prize in cents, could be any or zero to show free itemFormat: uint64
  • shipping_amount
    Type: string · shipping amount in cents ( 1USD = 100 cents)Format: uint64
  • tax_amount
    Type: string · tax amount in cents ( 1USD = 100 cents)Format: uint64
  • total_amount
    Type: string · total amount in cents ( 1USD = 100 cents)Format: uint64