FazerCards Glossary

SKU id

The stable string identifier for a specific product variant in the FazerCards catalog (e.g. 'amazon-us-10', 'pubg-uc-60', 'steam-tr-50tl').

SKU id is the unit you reference in POST /order. It encodes the brand, region/storefront where applicable, and the denomination or pack size. SKU ids are stable across versions — if a product is renamed, the old id keeps working. Use GET /catalog to discover SKU ids; cache the catalog response for 5–15 minutes on your side.

Key facts

  • Convention: kebab-case, brand-region-denomination.
  • Stable across product renames.
  • Discover via GET /catalog.

See also