Klarna · Schema

CarrierProduct

The chosen timeslot of the selected shipping option

FintechBNPLPaymentsCardsShopping

Properties

Name Type Description
identifier string Id of carrier product
name string Name of carrier product
View JSON Schema on GitHub

JSON Schema

klarna-carrierproduct-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CarrierProduct",
  "title": "CarrierProduct",
  "description": "The chosen timeslot of the selected shipping option",
  "properties": {
    "identifier": {
      "description": "Id of carrier product",
      "type": "string"
    },
    "name": {
      "description": "Name of carrier product",
      "type": "string"
    }
  },
  "type": "object"
}