Update December 26, 2024 (#132)

This commit is contained in:
Kirill
2025-01-23 01:22:28 +03:00
committed by GitHub
parent 804a4f3c2b
commit 040bc23ebc
6 changed files with 75 additions and 217 deletions

View File

@@ -161,6 +161,9 @@ type GetListOfDeliveryMethodsResult struct {
// Delivery service identifier
ProviderId int64 `json:"provider_id"`
// Minimum time to package an order in minutes according to warehouse settings
SLACutIn int64 `json:"sla_cut_in"`
// Delivery method status:
// - NEW—created,
// - EDITED—being edited,