v1

latestOpenAPI 3.0.3ISC2026-07-134096160.7 KB
Catalog

Retrieve shipping information

Retrieves the list of print providers avilable for the Blueprint

get/v1/catalog/blueprints/{blueprint_id}/print_providers/shipping.json

Response

Successful operation

Example response

{
  "handling_time": {
    "value": 30,
    "unit": "day"
  },
  "profiles": [
    {
      "variant_ids": [
        42716,
        42717,
        42718
      ],
      "first_item": {
        "cost": 450,
        "currency": "USD"
      },
      "additional_items": {
        "cost": 450,
        "currency": "USD"
      },
      "countries": [
        "US"
      ]
    }
  ]
}