Skip to main content
POST
Request shipping quote

Authorizations

Authorization
string
header
required

Store API key created in the Leyyow suite under Settings → Public API. Sent as Authorization: Bearer <key>.

Body

application/json
delivery_address
string
required
Examples:

"12 Example Street"

"Lagos"

customer_name
string
required
Example:

"Ada Okafor"

customer_email
string<email>
required
customer_phone
string
required
Example:

"+2348012345678"

items
object[]
required
Minimum array length: 1
category
string | null

ShipBubble package category. Send null to use the default.

Response

Quote retrieved.

error
string | null
required

Human-readable failure reason, or null on success.

Example:

null

message
string
required

Short status message.

Example:

"Request successful."

data
object
required

Response payload. null on failure.