v1

latestOpenAPI 3.0.3ISC2026-07-134096160.7 KB
V2 Catalog Blueprints

Retrieve specific shipping method information

Retrieves the list of print providers avilable for the Blueprint

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

Response

Successful operation

Example response

{
  "data": [
    {
      "type": "variant_shipping_standard_us",
      "id": "23494",
      "attributes": {
        "shippingType": "standard",
        "country": {
          "code": "US"
        },
        "variantId": 23494,
        "shippingPlanId": "65a7c0825b50fcd56a018e02",
        "handlingTime": {
          "from": 4,
          "to": 8
        },
        "shippingCost": {
          "firstItem": {
            "amount": 399,
            "currency": "USD"
          },
          "additionalItems": {
            "amount": 399,
            "currency": "USD"
          }
        }
      }
    }
  ]
}