ServiceType
Enum representing the available PromoStandards service types.Values
Service for checking product inventory levels and availability
Service for retrieving invoice information
Service for accessing product media content and images
Service for retrieving order shipment notifications
Service for checking order status information
Service for accessing product information and details
Service for product pricing and configuration options
Service for submitting purchase orders
ServiceEndpointType
Interface defining the structure of a service endpoint configuration.Properties
The PromoStandards service type. See ServiceType for valid values.
The version of the PromoStandards service (e.g.,
"1.0.0", "1.2.1"). Should follow semantic versioning.The full URL endpoint for the service (e.g.,
"https://api.supplier.com/ProductData")Example
MethodType
Enum representing all available PromoStandards API method names.Values
Get available filter values for inventory queries
Get current inventory levels for products
Get media content for a product
Get media content modified after a specific date
Get shipment notification details for an order
Get detailed status information for an order
Get available order status types
Get detailed product information
Get products modified after a specific date
Get sellable product information
Get close-out product information
Get available decoration locations for a product
Get available decoration colors
Get FOB (Freight on Board) points
Get available charges for product configuration
Get complete configuration and pricing information
Get supported order types
Submit a purchase order to the supplier
ResponseFormatType
Enum representing the available response format types.Values
Return API responses in XML format
Return API responses in JSON format (default)
Example
PromoStandardsBaseAttributes
Interface defining the base attributes for PromoStandards client configuration.Properties
Username provided by the supplier for authentication
Password provided by the supplier for authentication
Array of service endpoint configurations. See ServiceEndpointType for details.
Response format type. Can be
"json" or "xml". Defaults to "json".