Skip to main content

CartShippingDTO

needsCountryResolutionboolean
freeShippingThresholdnumber

Possible values: >= 0

currentAmountnumber

Possible values: >= 0

deltanumber

Possible values: >= 0

thresholdMetboolean
destinationCountrystring

Possible values: Value must match regular expression ^[A-Z]{2}$

destinationLabelstring

Possible values: <= 80 characters

formattedThresholdstring

Possible values: <= 32 characters

formattedDeltastring

Possible values: <= 32 characters

availableCountries object[]

Possible values: <= 50

  • Array [
  • codestring

    Possible values: Value must match regular expression ^[A-Z]{2}$

    labelstring

    Possible values: <= 80 characters

    thresholdnumber

    Possible values: >= 0

  • ]
  • CartShippingDTO
    {
    "needsCountryResolution": true,
    "freeShippingThreshold": 0,
    "currentAmount": 0,
    "delta": 0,
    "thresholdMet": true,
    "destinationCountry": "string",
    "destinationLabel": "string",
    "formattedThreshold": "string",
    "formattedDelta": "string",
    "availableCountries": [
    {
    "code": "string",
    "label": "string",
    "threshold": 0
    }
    ]
    }