Pickup Points
Manage locations where shoppers can pick up an order.
| Method | Endpoint | Operation |
|---|---|---|
POST | /v1/shipping/pickup-points | Create pickup point |
GET | /v1/shipping/pickup-points | List pickup points |
GET | /v1/shipping/pickup-points/{id} | Get a pickup point by ID |
PUT | /v1/shipping/pickup-points/{id} | Update pickup point |