Preparación
Gestiona ubicaciones, preparación, paquetes, envíos y rutas.
Última actualización:
Operaciones
| Método | Ruta | Operación |
|---|---|---|
POST | /v1/fulfillment/routing/preview | Previsualizar asignación logística |
Ubicaciones
| Método | Ruta | Operación |
|---|---|---|
POST | /v1/fulfillment/locations | Crear ubicación logística |
GET | /v1/fulfillment/locations | Listar ubicaciones logísticas |
GET | /v1/fulfillment/locations/{id} | Obtener ubicación logística por ID |
PUT | /v1/fulfillment/locations/{id} | Actualizar ubicación logística |
PUT | /v1/fulfillment/locations/default | Definir ubicación predeterminada |
DELETE | /v1/fulfillment/locations/{id} | Eliminar ubicación logística |
Pedidos
Paquetes
| Método | Ruta | Operación |
|---|---|---|
POST | /v1/fulfillment/packages | Crear paquete logístico |
GET | /v1/fulfillment/packages | Listar paquetes logísticos |
GET | /v1/fulfillment/packages/{id} | Obtener paquete logístico |
PUT | /v1/fulfillment/packages/{id} | Actualizar paquete logístico |
DELETE | /v1/fulfillment/packages/{id} | Eliminar paquete logístico |
Configuración
| Método | Ruta | Operación |
|---|---|---|
GET | /v1/fulfillment/settings | Obtener configuración logística |
PUT | /v1/fulfillment/settings | Actualizar configuración logística |