Authentication
Fee factors
Now Shipping computes the fee from four inputs:- Governorate — Cairo, Giza, and Qalyubia each have different base rates.
- Order type — Deliver, Return, and Exchange are priced independently.
- Express flag — Express shipping (Deliver orders only) carries a surcharge.
- Business custom pricing — If an admin has enabled custom rates for a merchant, those override the standard rate automatically.
Request
Body parameters
string
required
Destination governorate. Accepted values:
Cairo, Giza, or Qalyubia.string
required
The type of shipment. Accepted values:
Deliver, Return, or Exchange.boolean
When
true, the fee includes the express delivery surcharge. Only applicable to Deliver orders. Default: false.Response
200 — Fee calculated
number
The computed shipping fee in EGP. Display this to the user — do not forward it in any create or update request body.
string
Always
EGP (Egyptian Pound).string
A reminder that fee fields must not be sent in create or update requests. Now Shipping always recomputes the authoritative fee server-side.
