/PriceCodes/{priceCode}One price code in full, including its attributes and quantity breaks. Use it to price a single product without pulling the whole catalogue. ⚠️ The code contains characters that must be URL-encoded.
priceCoderequired- The Price Code to find
dgX- (optional)Needed if the PriceCode has additional MetaData requirements
dgY- (optional)Needed if the PriceCode has additional MetaData requirements
stitches- (optional)Needed if the PriceCode has additional MetaData requirements
getPriceCodesByPriceCode
{
"priceCode": "WE_LC:Wearable-4\" x 4\"",
"description": "Wearable 4\" x 4\"",
"categoryCode": "WEAR",
"categoryName": "Wearables",
"name": "Wearable — Left chest 4\" x 4\"",
"processCode": "WE",
"masterProcessCode": "WE",
"minimumQuantity": 10,
"externalSupplier": null,
"externalPriceCode": null,
"hasMetaDataAttributes": true,
"standardSetup": null,
"standardReset": 18.5,
"sampleAvailable": true,
"samplePrice": 9.5,
"sampleLabel": "Sample",
"sizeUnit": "in",
"sizeWidth": 4,
"sizeHeight": 4,
"attributes": [],
"priceBands": [
{
"from": 1,
"to": 24,
"unitPrice": 4.95
},
{
"from": 25,
"to": 99,
"unitPrice": 3.6
},
{
"from": 100,
"to": null,
"unitPrice": 2.85
}
]
}