eBonding Pricing & Availability Tutorial

This tutorial will guide you through the steps to retrieve Catalog and Pricing Details before placing a Store Order.

1

Generate the Catalog Extract Report

Before placing a Store Order, you can check the client's current Devices, Accessories, Features, and Rate Plans.  In this step, we will generate a Catalog Extract Report to retrieve the client's information.

Example Request Data:

reportType
catalogExtract
2

Retrieve the Catalog Extract Report

We will retrieve the Catalog Extract Report that was created by the generateReportRequest API call in the previous step.

Example Request Data:

reportType
catalogExtract
3

Check SKU Availablity

Before we check prices, we can check the availability of a Device or Accessory. This will verify if a Device or Accessory is in stock as well as its expected shipping date.

Example Request Data:

accountGroupId
a98765432109
skuId
sku12067500026
4

Request a Price Quote - New

We will request Pricing Details for a New Device, Feature, and Rate Plan.

Example Request Data:

accountGroupId
a98765432109
serviceZipCode
75202
type
New
deviceSku - skuId
sku12312312312
featureSku - skuId
sku45645645645
ratePlanSku - skuId
sku78978978978
5

Request a Price Quote - Upgrade

We will request Pricing to upgrade the Device associated with a Wireless Number (CTN).

Note: (ctn) is required when type is set to Upgrade

Example Request Data:

accountGroupId
a98765432109
ctn
5555055525
serviceZipCode
75202
type
Upgrade
deviceSku - skuId
sku12312312312
featureSku - skuId
sku45645645645
ratePlanSku - skuId
sku78978978978