PINPOINT API FEED

Access to our pricing table via our REST api details below. This page is updated frequently, check back regularly for new / changing features.

API Version V2 Released

What's New

All endpoint is now organized under the /v2/ path, making it easier to manage and maintain future updates.

Updated Parameters

As part of the API v2 upgrade, the "description" parameter in this api now returns formatted HTML content instead of plain text.

RESPONSES

201

OK


404

"Product Not Found"

JSON Response Example

{
"PinpointProduct":[
  {
   "name": "Soft Enamel Badges",
   "modelCode": "SEB",
   "description": "<p>This economical, high-quality badge is given more dimension with its infilled areas being slightly recessed. Suitable for larger volume promotions due to its cost-effective appeal.</p><p>Pantone matched colours. Choice of platings & Epoxy resin for additional costs. </p>",
   "keywords": "",
   "lead_time": "21",
   "specification":{
            "Branding Method":"Enamelled",
            "Fitting": "Butterfly clutch",
            "Plating": "Nickel as standard (Brass an additional 3p to the unit cost)",
            "Material": "Steel - 1.2mm thick",
            "Print": "4 Enamel Colours as standard",
            "Size": "12mm - 50mm",
            "Unit Weight": "0.005kg (based on 12mm)",
            "MOQ": "100",
            "Packing": "Biodegradable Bags",
            "Carton Quantity": "2000pcs",
            "Carton Weight": "10kg (based on 12mm)",
            "Carton Dimensions": "36x32x20cm",
            "Artwork": "Required in any vectorised file format",
            "Production Proof": "Visuals supplied within 24 hours",
            "Pre Production Sample": "Approx 2 weeks from artwork approval",
            "Bulk Turnaround": "Approx 3 weeks from artwork approval",
            "Commodity Code": "8310000000",
            "Country of Manufacture": "China",
     },
     "colors": {
            "color": [
               {
                        "baseColor":"gold",
                        "colorDesc":"Brass plating",
               },
               {
                        "baseColor":"silver",
                        "colorDesc":"Nickel plating",
               },
               {
                        "baseColor":"bronze",
                        "colorDesc":"Copper plating",
               },
               {
                        "baseColor":"black",
                        "colorDesc":"Black Nickel plating",
               },
            ]
      },
     "imageData": {
            "imageMain": "1 - Soft Enamel Badges/images/1 - Soft Enamel Badges.jpg",
            "gold": "1 - Soft Enamel Badges/images/Brass.jpg",
            "bronze": "1 - Soft Enamel Badges/images/Copper.jpg",
            "silver": "1 - Soft Enamel Badges/images/Nickel.jpg",
            "black": "1 - Soft Enamel Badges/images/Very Black Nickel Plating.jpg"
     },
   "downloads": [
            https://images-stage.pinpoint.promo/1 - Soft Enamel Badges/downloads/Standard Fitments.pdf,
            https://images-stage.pinpoint.promo/1 - Soft Enamel Badges/downloads/Standard Platings.pdf
   ],
   "templates": [
            https://images-stage.pinpoint.promo/1 - Soft Enamel Badges/Soft Enamel Badge.pdf
   ],
   "variace": []
  },
  {
   "name": "Reflective Slap Bands - Non Compliant",
   "modelCode": "RSBNC",
   "description": "Reflective Slap Bands are available in a range of 8 different colours.Spring steel core with Velveteen Backing.This item does not conform to EN13356.",
   "keywords": "",
   .....

What's New

All endpoint is now organized under the /v2/ path, making it easier to manage and maintain future updates.

Updated Parameters

As part of the API v2 upgrade, the "description" parameter in this api now returns formatted HTML content instead of plain text. Added new pricing parameters: express_price, road_price, leadtime,express_leadtime,road_leadtime and extra_prices array with name, price, and setup fields under the scale section. Added new extras array containing optional add-ons with fields: name, unit, unit-type, setup, and setup-type to provide detailed pricing for additional product features.

Pricing

Here’s an example of get specific price

Conact us for get your api key.

PARAMETERS

api_key:YOUR_API_KEY

Your Api Key on our records. ( Can be requested )


RESPONSES

201

OK


404

"Pricing Not Found"

EXAMPLE

Gethttps://pinpoint.promo/api/v2/pinpoint/prices?api_key=dGVzdDEyMzQ1Njc4OQ==

JSON Response Example

{
"PinpointPrice":[
    {
       "name": "Soft Enamel Badges",
       "modelCode": "SEB",
       "description": "<p>This economical, high-quality badge is given more dimension with its infilled areas being slightly recessed. Suitable for larger volume promotions due to its cost-effective appeal.</p><p>Pantone matched colours. Choice of platings & Epoxy resin for additional costs. </p>",
       "scales":[
         {
           "type":"15mm",
           "scale":[
              {
                 "priceBar": "100",
                 "industryCol": "0.48",
                 "setUp": "40",
                 "carriage": "11",
                 "express_price": "1.02",
                 "road_price": "0.45",
                 "leadtime": "23",
                 "express_leadtime": "18",
                 "road_leadtime": "54",
                 "extra_prices": [
                  {
                   "name":"Repeat Origination"
                   "price":"100"
                   "setup":"0"
                  }
                 ]
              },
              {
                 "priceBar": "250",
                 "industryCol": "0.35",
                 "setUp": "40",
                 "carriage": "11",
                 "express_price": "0.78",
                 "road_price": "0.32",
                 "leadtime": "23",
                 "express_leadtime": "18",
                 "road_leadtime": "54",
                 "extra_prices": [
                  {
                   "name":"Repeat Origination"
                   "price":"100"
                   "setup":"0"
                  }
                 ]
              },
              {
                 "priceBar": "500",
                 "industryCol": "0.29",
                 "setUp": "40",
                 "carriage": "11",
                 "express_price": "0.46",
                 "road_price": "0.27",
                 "leadtime": "23",
                 "express_leadtime": "18",
                 "road_leadtime": "54",
                 "extra_prices": [
                  {
                   "name":"Repeat Origination"
                   "price":"100"
                   "setup":"0"
                  }
                 ]
              },
              {
                 "priceBar": "1000",
                 "industryCol": "0.25",
                 "setUp": "40",
                 "carriage": "11",
                 "express_price": "0.31",
                 "road_price": "0.23",
                 "leadtime": "23",
                 "express_leadtime": "18",
                 "road_leadtime": "54",
                 "extra_prices": [
                  {
                   "name":"Repeat Origination"
                   "price":"60"
                   "setup":"0"
                  }
                 ]
              },
              {
                 "priceBar": "2500",
                 "industryCol": "0.23",
                 "setUp": "40",
                 "carriage": "11",
                 "express_price": "1.02",
                 "road_price": "0.45",
                 "leadtime": "23",
                 "express_leadtime": "18",
                 "road_leadtime": "54",
                 "extra_prices": [
                  {
                   "name":"Repeat Origination"
                   "price":"60"
                   "setup":"0"
                  }
                 ]
              },
              {
                 "priceBar": "5000",
                 "industryCol": "0.19",
                 "setUp": "40",
                 "carriage": "11",
                 "express_price": "0.21",
                 "road_price": "0.16",
                 "leadtime": "23",
                 "express_leadtime": "18",
                 "road_leadtime": "54",
                 "extra_prices": [
                  {
                   "name":"Repeat Origination"
                   "price":"FOC"
                   "setup":"0"
                  }
                 ]
              }
           ],
         }
    ],
       "extras":[
              {
                 "name": "Additional Enamel Colour",
                 "unit": "0.03",
                 "unit-type": "£",
                 "setup": "0"
                 "setup-type": "£"
              },
              {
                 "name": "Butterfly Clutch",
                 "unit": "0.02",
                 "unit-type": "£",
                 "setup": "0"
                 "setup-type": "£"
              },
              {
                 "name": "Rubber Clutch",
                 "unit": "0.02",
                 "unit-type": "£",
                 "setup": "0"
                 "setup-type": "£"
              }
       ]

What's New

All endpoint is now organized under the /v2/ path, making it easier to manage and maintain future updates.

RESPONSES

201

OK


404

"Stock Not Found"

JSON Response Example

{
   "PinpointStock": [
   {
      "name": "Soft Enamel Badges",
      "modelCode": "SEB",
      "stock": [
         {
               "stock_name": "Name Badges 64mm x 30mm",
               "stock_level": "149",
               "stock_on_order": "500",
               "stock_del_date": "2023-07-14",
               "stock_day": ""
         }
      ]
   },
   {
      "name": "Reflective Slap Bands - Non Compliant",
      "modelCode": "RSBNC",
   .....

API Version V1

RESPONSES

201

OK


404

"Product Not Found"

JSON Response Example

{
"PinpointProduct":[
  {
   "name": "Soft Enamel Badges",
   "modelCode": "SEB",
   "description": "This economical, high-quality badge is given more dimension with its infilled areas being slightly recessed. Suitable for larger volume promotions due to its cost-effective appeal.Pantone matched colours. Choice of platings & Epoxy resin for additional costs. ",
   "keywords": "",
   "lead_time": "21",
   "specification":{
            "Branding Method":"Enamelled",
            "Fitting": "Butterfly clutch",
            "Plating": "Nickel as standard (Brass an additional 3p to the unit cost)",
            "Material": "Steel - 1.2mm thick",
            "Print": "4 Enamel Colours as standard",
            "Size": "12mm - 50mm",
            "Unit Weight": "0.005kg (based on 12mm)",
            "MOQ": "100",
            "Packing": "Biodegradable Bags",
            "Carton Quantity": "2000pcs",
            "Carton Weight": "10kg (based on 12mm)",
            "Carton Dimensions": "36x32x20cm",
            "Artwork": "Required in any vectorised file format",
            "Production Proof": "Visuals supplied within 24 hours",
            "Pre Production Sample": "Approx 2 weeks from artwork approval",
            "Bulk Turnaround": "Approx 3 weeks from artwork approval",
            "Commodity Code": "8310000000",
            "Country of Manufacture": "China",
     },
     "colors": {
            "color": [
               {
                        "baseColor":"gold",
                        "colorDesc":"Brass plating",
               },
               {
                        "baseColor":"silver",
                        "colorDesc":"Nickel plating",
               },
               {
                        "baseColor":"bronze",
                        "colorDesc":"Copper plating",
               },
               {
                        "baseColor":"black",
                        "colorDesc":"Black Nickel plating",
               },
            ]
      },
     "imageData": {
            "imageMain": "1 - Soft Enamel Badges/images/1 - Soft Enamel Badges.jpg",
            "gold": "1 - Soft Enamel Badges/images/Brass.jpg",
            "bronze": "1 - Soft Enamel Badges/images/Copper.jpg",
            "silver": "1 - Soft Enamel Badges/images/Nickel.jpg",
            "black": "1 - Soft Enamel Badges/images/Very Black Nickel Plating.jpg"
     },
   "downloads": [
            https://images-stage.pinpoint.promo/1 - Soft Enamel Badges/downloads/Standard Fitments.pdf,
            https://images-stage.pinpoint.promo/1 - Soft Enamel Badges/downloads/Standard Platings.pdf
   ],
   "templates": [
            https://images-stage.pinpoint.promo/1 - Soft Enamel Badges/Soft Enamel Badge.pdf
   ],
   "variace": []
  },
  {
   "name": "Reflective Slap Bands - Non Compliant",
   "modelCode": "RSBNC",
   "description": "Reflective Slap Bands are available in a range of 8 different colours.Spring steel core with Velveteen Backing.This item does not conform to EN13356.",
   "keywords": "",
   .....

Pricing

Here’s an example of get specific price

Conact us for get your api key.

PARAMETERS

api_key:YOUR_API_KEY

Your Api Key on our records. ( Can be requested )


RESPONSES

201

OK


404

"Pricing Not Found"

EXAMPLE

Gethttps://pinpoint.promo/api/pinpoint/prices?api_key=dGVzdDEyMzQ1Njc4OQ==

JSON Response Example

{
"PinpointPrice":[
    {
       "name": "Soft Enamel Badges",
       "modelCode": "SEB",
       "description": "This economical, high-quality badge is given more dimension with its infilled areas being slightly recessed. Suitable for larger volume promotions due to its cost-effective appeal.Pantone matched colours. Choice of platings & Epoxy resin for additional costs. ",
       "scales":[
         {
           "type":"15mm",
           "scale":[
              {
                 "priceBar": "100",
                 "industryCol": "0.48",
                 "setUp": "40",
                 "carriage": "11"
              },
              {
                 "priceBar": "250",
                 "industryCol": "0.35",
                 "setUp": "40",
                 "carriage": "11"
              },
              {
                 "priceBar": "500",
                 "industryCol": "0.29",
                 "setUp": "40",
                 "carriage": "11"
              },
              {
                 "priceBar": "1000",
                 "industryCol": "0.25",
                 "setUp": "40",
                 "carriage": "11"
              },
              {
                 "priceBar": "2500",
                 "industryCol": "0.23",
                 "setUp": "40",
                 "carriage": "11"
              },
              {
                 "priceBar": "5000",
                 "industryCol": "0.19",
                 "setUp": "40",
                 "carriage": "11"
              }
           ],
         }
   .....

RESPONSES

201

OK


404

"Stock Not Found"

JSON Response Example

{
   "PinpointStock": [
   {
      "name": "Soft Enamel Badges",
      "modelCode": "SEB",
      "stock": [
         {
               "stock_name": "Name Badges 64mm x 30mm",
               "stock_level": "149",
               "stock_on_order": "500",
               "stock_del_date": "2023-07-14",
               "stock_day": ""
         }
      ]
   },
   {
      "name": "Reflective Slap Bands - Non Compliant",
      "modelCode": "RSBNC",
   .....