GuidesPPCGet Pricing and Configuration

How to get configuration and pricing

Educational video from PromoStandards



Function GetConfigurationAndPricing

In order to get configuration and pricing for a given product we need to use Product, Pricing and Configuration service (PPC). Our API allows easy access by a GET request to our pricing-and-configuration endpoint.

HTTP VERB: GET

URL: https://api.psrestful.com/v1.0.0/suppliers/{SUPPLIER_CODE}/pricing-and-configuration/{PRODUCT_ID}/

Query Parameters

ParameterTypeRequiredDescription
currencystringYesCurrency code (e.g., USD, CAD)
fob_idstringYesFOB point ID (get from FOB Points)
price_typestringYesCustomer or List. Customer pricing requires supplier credentials
configuration_typestringNoBlank or Decorated (default: Decorated)
part_idstringNoFilter pricing for a specific part/variant
localization_countrystringNoCountry code (default: US)
localization_languagestringNoLanguage code (default: en)
environmentstringNoEnvironment: PROD or STAGING (default: PROD)

Example Request

curl -X GET "https://api.psrestful.com/v1.0.0/suppliers/HIT/pricing-and-configuration/1035/?currency=USD&price_type=List&configuration_type=Decorated&fob_id=1" \
  -H "X-API-Key: your-api-key"

Example Response

This is the response from calling with: SUPPLIER_CODE = HIT PRODUCT_ID = 1035

Response example:

{
    "ErrorMessage": null,
    "Configuration": {
        "PartArray": {
            "Part": [
                {
                    "partId": "1035BLK",
                    "partDescription": "BLACK",
                    "PartPriceArray": null,
                    "partGroup": 1,
                    "nextPartGroup": null,
                    "partGroupRequired": true,
                    "partGroupDescription": "Part Group",
                    "ratio": "1.00",
                    "defaultPart": null,
                    "LocationIdArray": {
                        "LocationId": [
                            {
                                "locationId": 8
                            },
                            {
                                "locationId": 254
                            },
                            {
                                "locationId": 255
                            }
                        ]
                    }
                },
                {
                    "partId": "1035GRA",
                    "partDescription": "GRAY",
                    "PartPriceArray": null,
                    "partGroup": 1,
                    "nextPartGroup": null,
                    "partGroupRequired": true,
                    "partGroupDescription": "Part Group",
                    "ratio": "1.00",
                    "defaultPart": null,
                    "LocationIdArray": {
                        "LocationId": [
                            {
                                "locationId": 8
                            },
                            {
                                "locationId": 254
                            },
                            {
                                "locationId": 255
                            }
                        ]
                    }
                },
                {
                    "partId": "1035GRK",
                    "partDescription": "KELLY GREEN",
                    "PartPriceArray": null,
                    "partGroup": 1,
                    "nextPartGroup": null,
                    "partGroupRequired": true,
                    "partGroupDescription": "Part Group",
                    "ratio": "1.00",
                    "defaultPart": null,
                    "LocationIdArray": {
                        "LocationId": [
                            {
                                "locationId": 8
                            },
                            {
                                "locationId": 254
                            },
                            {
                                "locationId": 255
                            }
                        ]
                    }
                },
                {
                    "partId": "1035KHK",
                    "partDescription": "KHAKI",
                    "PartPriceArray": null,
                    "partGroup": 1,
                    "nextPartGroup": null,
                    "partGroupRequired": true,
                    "partGroupDescription": "Part Group",
                    "ratio": "1.00",
                    "defaultPart": null,
                    "LocationIdArray": {
                        "LocationId": [
                            {
                                "locationId": 8
                            },
                            {
                                "locationId": 254
                            },
                            {
                                "locationId": 255
                            }
                        ]
                    }
                },
                {
                    "partId": "1035NAV",
                    "partDescription": "NAVY BLUE",
                    "PartPriceArray": null,
                    "partGroup": 1,
                    "nextPartGroup": null,
                    "partGroupRequired": true,
                    "partGroupDescription": "Part Group",
                    "ratio": "1.00",
                    "defaultPart": null,
                    "LocationIdArray": {
                        "LocationId": [
                            {
                                "locationId": 8
                            },
                            {
                                "locationId": 254
                            },
                            {
                                "locationId": 255
                            }
                        ]
                    }
                },
                {
                    "partId": "1035ORN",
                    "partDescription": "ORANGE",
                    "PartPriceArray": null,
                    "partGroup": 1,
                    "nextPartGroup": null,
                    "partGroupRequired": true,
                    "partGroupDescription": "Part Group",
                    "ratio": "1.00",
                    "defaultPart": null,
                    "LocationIdArray": {
                        "LocationId": [
                            {
                                "locationId": 8
                            },
                            {
                                "locationId": 254
                            },
                            {
                                "locationId": 255
                            }
                        ]
                    }
                },
                {
                    "partId": "1035PNK",
                    "partDescription": "PINK",
                    "PartPriceArray": null,
                    "partGroup": 1,
                    "nextPartGroup": null,
                    "partGroupRequired": true,
                    "partGroupDescription": "Part Group",
                    "ratio": "1.00",
                    "defaultPart": null,
                    "LocationIdArray": {
                        "LocationId": [
                            {
                                "locationId": 8
                            },
                            {
                                "locationId": 254
                            },
                            {
                                "locationId": 255
                            }
                        ]
                    }
                },
                {
                    "partId": "1035RED",
                    "partDescription": "RED",
                    "PartPriceArray": null,
                    "partGroup": 1,
                    "nextPartGroup": null,
                    "partGroupRequired": true,
                    "partGroupDescription": "Part Group",
                    "ratio": "1.00",
                    "defaultPart": null,
                    "LocationIdArray": {
                        "LocationId": [
                            {
                                "locationId": 8
                            },
                            {
                                "locationId": 254
                            },
                            {
                                "locationId": 255
                            }
                        ]
                    }
                },
                {
                    "partId": "1035ROY",
                    "partDescription": "ROYAL BLUE",
                    "PartPriceArray": null,
                    "partGroup": 1,
                    "nextPartGroup": null,
                    "partGroupRequired": true,
                    "partGroupDescription": "Part Group",
                    "ratio": "1.00",
                    "defaultPart": null,
                    "LocationIdArray": {
                        "LocationId": [
                            {
                                "locationId": 8
                            },
                            {
                                "locationId": 254
                            },
                            {
                                "locationId": 255
                            }
                        ]
                    }
                },
                {
                    "partId": "1035WHT",
                    "partDescription": "WHITE",
                    "PartPriceArray": null,
                    "partGroup": 1,
                    "nextPartGroup": null,
                    "partGroupRequired": true,
                    "partGroupDescription": "Part Group",
                    "ratio": "1.00",
                    "defaultPart": null,
                    "LocationIdArray": {
                        "LocationId": [
                            {
                                "locationId": 8
                            },
                            {
                                "locationId": 254
                            },
                            {
                                "locationId": 255
                            }
                        ]
                    }
                }
            ]
        },
        "LocationArray": {
            "Location": [
                {
                    "locationId": 8,
                    "locationName": "FRONT",
                    "DecorationArray": {
                        "Decoration": [
                            {
                                "decorationId": 1265947,
                                "decorationName": "TRANSFER",
                                "decorationGeometry": "Rectangle",
                                "decorationHeight": "1.8750",
                                "decorationWidth": "4.0000",
                                "decorationDiameter": null,
                                "decorationUom": "Inches",
                                "allowSubForDefaultLocation": false,
                                "allowSubForDefaultMethod": false,
                                "itemPartQuantityLTM": 0,
                                "ChargeArray": {
                                    "Charge": [
                                        {
                                            "chargeId": 4389275,
                                            "chargeName": "TRANSFER",
                                            "chargeType": "Setup",
                                            "chargeDescription": "TRANSFER",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 1,
                                                        "xUom": "EA",
                                                        "yMinQty": 1,
                                                        "yUom": "Colors",
                                                        "price": "40.0000",
                                                        "discountCode": null,
                                                        "repeatPrice": "20.0000",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2020-02-26T00:00:00",
                                                        "priceExpiryDate": "2028-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        },
                                        {
                                            "chargeId": 4389276,
                                            "chargeName": "EXTRA COLOR CHARGE",
                                            "chargeType": "Run",
                                            "chargeDescription": "EXTRA COLOR CHARGE",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 1,
                                                        "xUom": "EA",
                                                        "yMinQty": 2,
                                                        "yUom": "Colors",
                                                        "price": "0.4000",
                                                        "discountCode": null,
                                                        "repeatPrice": "0.4000",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2020-02-26T00:00:00",
                                                        "priceExpiryDate": "2030-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        },
                                        {
                                            "chargeId": 92125150,
                                            "chargeName": "TRANSFER",
                                            "chargeType": "Run",
                                            "chargeDescription": "TRANSFER",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 144,
                                                        "xUom": "EA",
                                                        "yMinQty": 1,
                                                        "yUom": "Colors",
                                                        "price": "1.2000",
                                                        "discountCode": null,
                                                        "repeatPrice": "1.2000",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2023-03-31T00:00:00",
                                                        "priceExpiryDate": "2030-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        }
                                    ]
                                },
                                "decorationUnitsIncluded": 0,
                                "decorationUnitsIncludedUom": "Colors",
                                "decorationUnitsMax": 4,
                                "defaultDecoration": false,
                                "leadTime": 3,
                                "rushLeadTime": 1
                            },
                            {
                                "decorationId": 1265948,
                                "decorationName": "EMBROIDERY",
                                "decorationGeometry": "Rectangle",
                                "decorationHeight": "2.2500",
                                "decorationWidth": "4.5000",
                                "decorationDiameter": null,
                                "decorationUom": "Inches",
                                "allowSubForDefaultLocation": false,
                                "allowSubForDefaultMethod": false,
                                "itemPartQuantityLTM": 0,
                                "ChargeArray": {
                                    "Charge": [
                                        {
                                            "chargeId": 4389282,
                                            "chargeName": "ADDITIONAL TAPE CHARGE",
                                            "chargeType": "Setup",
                                            "chargeDescription": "ADDITIONAL TAPE CHARGE",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 1,
                                                        "xUom": "EA",
                                                        "yMinQty": 7000,
                                                        "yUom": "Stitches",
                                                        "price": "28.0000",
                                                        "discountCode": null,
                                                        "repeatPrice": "28.0000",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2020-02-26T00:00:00",
                                                        "priceExpiryDate": "2030-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        },
                                        {
                                            "chargeId": 4389283,
                                            "chargeName": "EXTRA STITCHES CHARGE",
                                            "chargeType": "Run",
                                            "chargeDescription": "EXTRA STITCHES CHARGE",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 1,
                                                        "xUom": "EA",
                                                        "yMinQty": 1000,
                                                        "yUom": "Stitches",
                                                        "price": "0.2800",
                                                        "discountCode": null,
                                                        "repeatPrice": "0.2800",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2020-02-26T00:00:00",
                                                        "priceExpiryDate": "2030-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        },
                                        {
                                            "chargeId": 4389284,
                                            "chargeName": "METALLIC THREAD",
                                            "chargeType": "Run",
                                            "chargeDescription": "METALLIC THREAD",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 1,
                                                        "xUom": "EA",
                                                        "yMinQty": 1,
                                                        "yUom": "Other",
                                                        "price": "0.2800",
                                                        "discountCode": null,
                                                        "repeatPrice": "0.2800",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2020-02-26T00:00:00",
                                                        "priceExpiryDate": "2030-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        },
                                        {
                                            "chargeId": 92125151,
                                            "chargeName": "EMBROIDERY",
                                            "chargeType": "Run",
                                            "chargeDescription": "EMBROIDERY",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 144,
                                                        "xUom": "EA",
                                                        "yMinQty": 1,
                                                        "yUom": "Stitches",
                                                        "price": "1.8000",
                                                        "discountCode": null,
                                                        "repeatPrice": "1.8000",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2023-03-31T00:00:00",
                                                        "priceExpiryDate": "2030-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        }
                                    ]
                                },
                                "decorationUnitsIncluded": 0,
                                "decorationUnitsIncludedUom": "Stitches",
                                "decorationUnitsMax": 40000,
                                "defaultDecoration": true,
                                "leadTime": 3,
                                "rushLeadTime": 1
                            },
                            {
                                "decorationId": 1399509,
                                "decorationName": "3D EMBROIDERY",
                                "decorationGeometry": "Rectangle",
                                "decorationHeight": "2.2500",
                                "decorationWidth": "4.5000",
                                "decorationDiameter": null,
                                "decorationUom": "Inches",
                                "allowSubForDefaultLocation": false,
                                "allowSubForDefaultMethod": false,
                                "itemPartQuantityLTM": 0,
                                "ChargeArray": {
                                    "Charge": [
                                        {
                                            "chargeId": 4389286,
                                            "chargeName": "3D EMBROIDERY",
                                            "chargeType": "Run",
                                            "chargeDescription": "3D EMBROIDERY",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 144,
                                                        "xUom": "EA",
                                                        "yMinQty": 1,
                                                        "yUom": "Stitches",
                                                        "price": "2.9100",
                                                        "discountCode": null,
                                                        "repeatPrice": "2.9100",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2020-02-26T00:00:00",
                                                        "priceExpiryDate": "2030-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        },
                                        {
                                            "chargeId": 4389288,
                                            "chargeName": "EXTRA STITCHES CHARGE",
                                            "chargeType": "Run",
                                            "chargeDescription": "EXTRA STITCHES CHARGE",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 1,
                                                        "xUom": "EA",
                                                        "yMinQty": 1000,
                                                        "yUom": "Stitches",
                                                        "price": "0.4320",
                                                        "discountCode": null,
                                                        "repeatPrice": "0.4320",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2020-02-26T00:00:00",
                                                        "priceExpiryDate": "2030-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        }
                                    ]
                                },
                                "decorationUnitsIncluded": 0,
                                "decorationUnitsIncludedUom": "Stitches",
                                "decorationUnitsMax": 40000,
                                "defaultDecoration": false,
                                "leadTime": 3,
                                "rushLeadTime": 1
                            }
                        ]
                    },
                    "decorationsIncluded": 0,
                    "defaultLocation": true,
                    "maxDecoration": 1,
                    "minDecoration": 0,
                    "locationRank": 1
                },
                {
                    "locationId": 254,
                    "locationName": "LEFT",
                    "DecorationArray": {
                        "Decoration": [
                            {
                                "decorationId": 459401177,
                                "decorationName": "EMBROIDERY",
                                "decorationGeometry": "Rectangle",
                                "decorationHeight": "2.0000",
                                "decorationWidth": "3.0000",
                                "decorationDiameter": null,
                                "decorationUom": "Inches",
                                "allowSubForDefaultLocation": false,
                                "allowSubForDefaultMethod": false,
                                "itemPartQuantityLTM": 0,
                                "ChargeArray": {
                                    "Charge": [
                                        {
                                            "chargeId": 1469692412,
                                            "chargeName": "EMBROIDERY",
                                            "chargeType": "Run",
                                            "chargeDescription": "EMBROIDERY",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 144,
                                                        "xUom": "EA",
                                                        "yMinQty": 1,
                                                        "yUom": "Stitches",
                                                        "price": "1.8000",
                                                        "discountCode": null,
                                                        "repeatPrice": "1.8000",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2026-01-21T00:00:00",
                                                        "priceExpiryDate": "2032-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        },
                                        {
                                            "chargeId": 1469692933,
                                            "chargeName": "TAPE CHARGE",
                                            "chargeType": "Setup",
                                            "chargeDescription": "TAPE CHARGE",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 1,
                                                        "xUom": "EA",
                                                        "yMinQty": 1,
                                                        "yUom": "Stitches",
                                                        "price": "40.0000",
                                                        "discountCode": null,
                                                        "repeatPrice": "40.0000",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2026-01-21T00:00:00",
                                                        "priceExpiryDate": "2032-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        },
                                        {
                                            "chargeId": 1469693588,
                                            "chargeName": "EXTRA STITCHES CHARGE",
                                            "chargeType": "Run",
                                            "chargeDescription": "EXTRA STITCHES CHARGE",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 1,
                                                        "xUom": "EA",
                                                        "yMinQty": 1000,
                                                        "yUom": "Stitches",
                                                        "price": "0.2800",
                                                        "discountCode": null,
                                                        "repeatPrice": "0.2800",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2026-01-21T00:00:00",
                                                        "priceExpiryDate": "2032-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        },
                                        {
                                            "chargeId": 1469693890,
                                            "chargeName": "METALLIC THREAD",
                                            "chargeType": "Run",
                                            "chargeDescription": "METALLIC THREAD",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 1,
                                                        "xUom": "EA",
                                                        "yMinQty": 1,
                                                        "yUom": "Other",
                                                        "price": "0.2800",
                                                        "discountCode": null,
                                                        "repeatPrice": "28.0000",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2026-01-21T00:00:00",
                                                        "priceExpiryDate": "2032-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        },
                                        {
                                            "chargeId": 1469695029,
                                            "chargeName": "ADDITIONAL TAPE CHARGE",
                                            "chargeType": "Setup",
                                            "chargeDescription": "ADDITIONAL TAPE CHARGE",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 1,
                                                        "xUom": "EA",
                                                        "yMinQty": 5000,
                                                        "yUom": "Stitches",
                                                        "price": "28.0000",
                                                        "discountCode": null,
                                                        "repeatPrice": "28.0000",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2026-01-21T00:00:00",
                                                        "priceExpiryDate": "2032-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        },
                                        {
                                            "chargeId": 1470291967,
                                            "chargeName": "NAME",
                                            "chargeType": "Run",
                                            "chargeDescription": "NAME",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 1,
                                                        "xUom": "EA",
                                                        "yMinQty": 1,
                                                        "yUom": "Other",
                                                        "price": "6.4000",
                                                        "discountCode": null,
                                                        "repeatPrice": "6.4000",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2026-01-21T00:00:00",
                                                        "priceExpiryDate": "2032-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        },
                                        {
                                            "chargeId": 1470292821,
                                            "chargeName": "INITIALS",
                                            "chargeType": "Run",
                                            "chargeDescription": "INITIALS",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 1,
                                                        "xUom": "EA",
                                                        "yMinQty": 1,
                                                        "yUom": "Other",
                                                        "price": "4.0000",
                                                        "discountCode": null,
                                                        "repeatPrice": "4.0000",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2026-01-21T00:00:00",
                                                        "priceExpiryDate": "2032-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        }
                                    ]
                                },
                                "decorationUnitsIncluded": 0,
                                "decorationUnitsIncludedUom": "Stitches",
                                "decorationUnitsMax": 40000,
                                "defaultDecoration": true,
                                "leadTime": 3,
                                "rushLeadTime": 1
                            }
                        ]
                    },
                    "decorationsIncluded": 0,
                    "defaultLocation": false,
                    "maxDecoration": 1,
                    "minDecoration": 0,
                    "locationRank": 1
                },
                {
                    "locationId": 255,
                    "locationName": "RIGHT",
                    "DecorationArray": {
                        "Decoration": [
                            {
                                "decorationId": 459404742,
                                "decorationName": "EMBROIDERY",
                                "decorationGeometry": "Rectangle",
                                "decorationHeight": "2.0000",
                                "decorationWidth": "3.0000",
                                "decorationDiameter": null,
                                "decorationUom": "Inches",
                                "allowSubForDefaultLocation": false,
                                "allowSubForDefaultMethod": false,
                                "itemPartQuantityLTM": 0,
                                "ChargeArray": {
                                    "Charge": [
                                        {
                                            "chargeId": 1469704832,
                                            "chargeName": "EMBROIDERY",
                                            "chargeType": "Run",
                                            "chargeDescription": "EMBROIDERY",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 144,
                                                        "xUom": "EA",
                                                        "yMinQty": 1,
                                                        "yUom": "Stitches",
                                                        "price": "1.8000",
                                                        "discountCode": null,
                                                        "repeatPrice": "1.8000",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2026-01-21T00:00:00",
                                                        "priceExpiryDate": "2032-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        },
                                        {
                                            "chargeId": 1469705028,
                                            "chargeName": "TAPE CHARGE",
                                            "chargeType": "Setup",
                                            "chargeDescription": "TAPE CHARGE",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 1,
                                                        "xUom": "EA",
                                                        "yMinQty": 1,
                                                        "yUom": "Stitches",
                                                        "price": "40.0000",
                                                        "discountCode": null,
                                                        "repeatPrice": "40.0000",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2026-01-21T00:00:00",
                                                        "priceExpiryDate": "2032-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        },
                                        {
                                            "chargeId": 1469705383,
                                            "chargeName": "ADDITIONAL TAPE CHARGE",
                                            "chargeType": "Setup",
                                            "chargeDescription": "ADDITIONAL TAPE CHARGE",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 1,
                                                        "xUom": "EA",
                                                        "yMinQty": 5000,
                                                        "yUom": "Stitches",
                                                        "price": "28.0000",
                                                        "discountCode": null,
                                                        "repeatPrice": "28.0000",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2026-01-21T00:00:00",
                                                        "priceExpiryDate": "2032-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        },
                                        {
                                            "chargeId": 1469706166,
                                            "chargeName": "EXTRA STITCHES CHARGE",
                                            "chargeType": "Run",
                                            "chargeDescription": "EXTRA STITCHES CHARGE",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 1,
                                                        "xUom": "EA",
                                                        "yMinQty": 1000,
                                                        "yUom": "Stitches",
                                                        "price": "0.2800",
                                                        "discountCode": null,
                                                        "repeatPrice": "0.2800",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2026-01-21T00:00:00",
                                                        "priceExpiryDate": "2032-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        },
                                        {
                                            "chargeId": 1469706727,
                                            "chargeName": "METALLIC THREAD",
                                            "chargeType": "Run",
                                            "chargeDescription": "METALLIC THREAD",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 1,
                                                        "xUom": "EA",
                                                        "yMinQty": 1,
                                                        "yUom": "Stitches",
                                                        "price": "0.2800",
                                                        "discountCode": null,
                                                        "repeatPrice": "0.2800",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2026-01-21T00:00:00",
                                                        "priceExpiryDate": "2032-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        },
                                        {
                                            "chargeId": 1470296870,
                                            "chargeName": "NAME",
                                            "chargeType": "Run",
                                            "chargeDescription": "NAME",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 1,
                                                        "xUom": "EA",
                                                        "yMinQty": 1,
                                                        "yUom": "Other",
                                                        "price": "6.4000",
                                                        "discountCode": null,
                                                        "repeatPrice": "6.4000",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2026-01-21T00:00:00",
                                                        "priceExpiryDate": "2032-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        },
                                        {
                                            "chargeId": 1470297467,
                                            "chargeName": "INITIALS",
                                            "chargeType": "Run",
                                            "chargeDescription": "INITIALS",
                                            "ChargePriceArray": {
                                                "ChargePrice": [
                                                    {
                                                        "xMinQty": 1,
                                                        "xUom": "EA",
                                                        "yMinQty": 1,
                                                        "yUom": "Other",
                                                        "price": "4.0000",
                                                        "discountCode": null,
                                                        "repeatPrice": "4.0000",
                                                        "repeatDiscountCode": null,
                                                        "priceEffectiveDate": "2026-01-21T00:00:00",
                                                        "priceExpiryDate": "2032-01-01T00:00:00"
                                                    }
                                                ]
                                            },
                                            "chargesAppliesLTM": null,
                                            "chargesPerLocation": null,
                                            "chargesPerColor": null
                                        }
                                    ]
                                },
                                "decorationUnitsIncluded": 0,
                                "decorationUnitsIncludedUom": "Stitches",
                                "decorationUnitsMax": 40000,
                                "defaultDecoration": true,
                                "leadTime": 3,
                                "rushLeadTime": 1
                            }
                        ]
                    },
                    "decorationsIncluded": 0,
                    "defaultLocation": false,
                    "maxDecoration": 1,
                    "minDecoration": 0,
                    "locationRank": 1
                }
            ]
        },
        "productId": "1035",
        "currency": "USD",
        "FobArray": {
            "Fob": [
                {
                    "fobId": "1",
                    "fobPostalCode": "33777"
                },
                {
                    "fobId": "12",
                    "fobPostalCode": "L6S6H2"
                }
            ]
        },
        "fobPostalCode": null,
        "priceType": "Net"
    }
}

Response Structure

FieldDescription
ErrorMessageError details, null if successful
ConfigurationMain configuration and pricing object
Configuration.PartArrayArray of available parts/variants (usually colors)
Configuration.LocationArrayArray of decoration locations with their methods and charges
Configuration.productIdThe product ID queried
Configuration.currencyCurrency used for pricing
Configuration.FobArrayAvailable FOB shipping points for this product
Configuration.priceTypeThe price type returned (e.g., Net, List)

Part Fields

FieldDescription
partIdUnique identifier for the part/variant (e.g., 1035BLK)
partDescriptionHuman-readable description (e.g., BLACK)
PartPriceArrayPer-part pricing, if available
partGroupGroup number for multi-step configuration
nextPartGroupNext group in the configuration sequence
partGroupRequiredWhether selecting from this group is required
partGroupDescriptionDescription of the part group
ratioQuantity ratio for this part
defaultPartWhether this is the default selection
LocationIdArrayList of locationId values where this part can be decorated

Location Fields

FieldDescription
locationIdUnique identifier for the decoration location
locationNameName of the location (e.g., FRONT, LEFT, RIGHT)
DecorationArrayAvailable decoration methods at this location
decorationsIncludedNumber of decorations included in the base price
defaultLocationWhether this is the default decoration location
maxDecorationMaximum number of decorations allowed
minDecorationMinimum number of decorations required
locationRankPriority ranking of this location

Decoration Fields

FieldDescription
decorationIdUnique identifier for the decoration method
decorationNameName of the method (e.g., TRANSFER, EMBROIDERY, 3D EMBROIDERY)
decorationGeometryShape of the imprint area (e.g., Rectangle)
decorationHeightHeight of the imprint area
decorationWidthWidth of the imprint area
decorationDiameterDiameter (for circular imprint areas)
decorationUomUnit of measure (e.g., Inches)
ChargeArraySetup and run charges for this decoration
decorationUnitsIncludedNumber of units (colors/stitches) included in the base price
decorationUnitsIncludedUomUnit of measure for included units (e.g., Colors, Stitches)
decorationUnitsMaxMaximum units allowed
defaultDecorationWhether this is the default decoration method
leadTimeStandard lead time in days
rushLeadTimeRush lead time in days

Charge Fields

FieldDescription
chargeIdUnique identifier for the charge
chargeNameName of the charge (e.g., TRANSFER, EXTRA COLOR CHARGE)
chargeTypeSetup (one-time) or Run (per-unit)
chargeDescriptionDescription of the charge
ChargePriceArrayPrice tiers for this charge

ChargePrice Fields

FieldDescription
xMinQtyMinimum item quantity for this price tier
xUomUnit of measure for quantity (e.g., EA)
yMinQtyMinimum units for the second dimension (colors, stitches, etc.)
yUomUnit for the second dimension (e.g., Colors, Stitches)
pricePrice per unit
repeatPricePrice for repeat/reorder
priceEffectiveDateDate this pricing takes effect
priceExpiryDateDate this pricing expires

Price Types

TypeDescription
ListStandard list pricing (no credentials required)
CustomerYour negotiated pricing (requires supplier credentials)

Configuration Types

TypeDescription
BlankPricing for undecorated products
DecoratedPricing including decoration/imprint

Typical Workflow

  1. Get FOB Points to find available shipping origins
  2. Get Available Locations to find decoration locations
  3. Get Available Charges to understand additional fees
  4. Call this endpoint with the required parameters to get pricing