Skip to main content
POST
Add item to shopping cart

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenantUUID
string
required

UUID

Pattern: ^[a-zA-Z0-9]{8}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{12}$

Body

application/json
product_type
enum<string>
required

Product Type

Available options:
ipv4,
ipv6,
loa,
asn
billing_cycle
enum<integer>
required

Billing Cycle

Available options:
0,
1,
3,
6,
12,
24
label
string

Service label

product_options
object

Product options are different per product. Please lookup the options from the respective product endpoint

product_fields
object

Product fields are different per product, and requirements differ. Please lookup the needed fields from the respective product endpoint e.g. /v1/{tenantUUID}/market/ipv4/product-info for ipv4. For LOA product type with AWS BYOIP, include aws_account_id, aws_service, and aws_region.

Response

Successful operation