HT Partner API
  1. Common
HT Partner API
  • Orders
    • Retrieve all orders
      GET
    • Order count by tag
      GET
    • Create order
      POST
  • Clients
    • Create client
      POST
    • Retrieve client
      GET
    • Update client
      PUT
    • Create setup intent
      POST
    • Create ephemeral key
      POST
  • Schemas
    • Schemas
    • Response
      • ErrorResponse
    • Common
      • Client
      • SetupIntent
      • Error
      • SkuQuestion
      • Sku
      • Cart
      • Order
    • Params
      • ClientParams
    • Params
      • CartItem
  1. Common

Sku

{
    "id": 0,
    "name": "string",
    "seoName": "string",
    "remote": true,
    "remoteOnly": true,
    "virtualVisitRequired": true,
    "remoteSavings": 0,
    "remoteSavingsFormatted": "string",
    "startsAtPrice": "string",
    "partnerPrice": 0,
    "partnerPriceFormatted": "string",
    "basePrice": 0,
    "listPrice": 0,
    "category": "string",
    "categoryIcon": "string",
    "categoryId": 0,
    "description": "string",
    "landingTemplateName": "string",
    "ratingAttributes": {
        "rating": 0,
        "ratingCount": 0
    },
    "heroImageUrl": "http://example.com",
    "heroMobileImageUrl": "http://example.com",
    "requiresInstallation": true,
    "physicalProduct": true,
    "skuBullets": [
        {
            "bullet": "string"
        }
    ],
    "scopeOfWorkBullets": [
        "string"
    ],
    "skuMessagings": {
        "banner": "string",
        "disclaimer": "string",
        "bullets": [
            "string"
        ]
    },
    "image": "string",
    "partner": "string",
    "askBookingQuestions": true,
    "showFree": true,
    "restrictedByEmail": true,
    "overrideBasePrice": true,
    "showDiscountAppliedLater": true,
    "meta": {
        "title": "string",
        "description": "string",
        "noindex": "string"
    },
    "autoApplyCoupon": "string",
    "subsidizingBasePriceOnly": true,
    "brandName": "string",
    "includedInUpsellPlan": true,
    "discounts": [
        {
            "id": 0,
            "name": "string",
            "minimumRequirement": 0,
            "minimumRequirementType": "string",
            "type": "string",
            "value": 0,
            "kind": "string"
        }
    ],
    "priceType": "string",
    "productVariants": [
        {}
    ],
    "baseProduct": "string",
    "serviceSku": "string",
    "cheapestPrice": 0,
    "faq": [
        {
            "id": 0,
            "questionText": "string",
            "answerText": "string",
            "position": 0
        }
    ]
}
Built with