Skip to content

Order flow and shipping Api integration #17

@nightfairy5831

Description

@nightfairy5831

When a purchase is finalized, the order goes to the buyer's profile.
We need to integrate shipping API (https://apponlog.com.br/).
For integrate shipping api, we need to create new table (address) at first to save buyer's address which will be used in shipping.
So profile edit page also needed.

Implemented:

  • Order status flow: pending → confirmed → shipped → delivered → cancelled
  • Shipping address stored per order (JSON in orders table)
  • Order detail screen shows timeline with status changes
  • Seller can mark as shipped with tracking number
  • Buyer profile shows purchases

NOT Implemented:

  • Shipping API integration (apponlog.com.br)
  • Separate addresses table for reusable addresses
  • Profile edit page for managing saved addresses

Metadata

Metadata

Labels

documentationImprovements or additions to documentation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions