Referencia de API
Actualizar configuración de envíos
PUT
/v1/shipping/settingsAutorización
bearerAuth AutorizaciónBearer <token>
Token de acceso OAuth 2.0 emitido por Ecomiq Auth.
Ubicación: header
Cuerpo de la solicitud
application/json
Definiciones TypeScript
Usa esta definición en TypeScript.
Cuerpo de la respuesta
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X PUT "https://example.com/v1/shipping/settings" \ -H "Content-Type: application/json" \ -d '{}'{ "storeId": "string", "defaultLocationId": null, "estimatedDeliveryEnabled": true, "estimatedDeliveryFulfillmentDays": 0, "pickupEnabled": true, "localDeliveryEnabled": true, "useLiveRates": true}