Service Codes

PromoStandards Service Codes

The following table lists the service codes

Service CodeService Name
ProductProduct Data
MEDMedia Content
PPCProduct Pricing and Configuration
PDCProduct Compliance
INVInventory
POPurchase Order
ODRSTATOrder Status
OSNOrder Shipment Notification
INVCInvoice
SPCCService Provider Customer Credentials

Codes for PromoStandards Web Services in json format.

[
  {
    "Code": "INV",
    "Name": "Inventory"
  },
  {
    "Code": "INVC",
    "Name": "Invoice"
  },
  {
    "Code": "MED",
    "Name": "Media Content"
  },
  {
    "Code": "OSN",
    "Name": "Order Shipment Notification"
  },
  {
    "Code": "ODRSTAT",
    "Name": "Order Status"
  },
  {
    "Code": "PDC",
    "Name": "Product Compliance"
  },
  {
    "Code": "Product",
    "Name": "Product Data"
  },
  {
    "Code": "PPC",
    "Name": "Product Pricing and Configuration"
  },
  {
    "Code": "PO",
    "Name": "Purchase Order"
  },
  {
    "Code": "SPCC",
    "Name": "Service Provider Customer Credentials"
  }
]