Update February 6, 2025 (#143)

This commit is contained in:
Kirill
2025-03-02 01:25:59 +03:00
committed by GitHub
parent 4831ad70d6
commit b08f17f3f1

View File

@@ -1498,7 +1498,7 @@ func (c FBS) ChangeStatusToSendBySeller(ctx context.Context, params *ChangeStatu
} }
type PassShipmentToShippingParams struct { type PassShipmentToShippingParams struct {
// Shipment identifier // Shipment identifier. The maximum number of values in one request is 100
PostingNumber []string `json:"posting_number"` PostingNumber []string `json:"posting_number"`
} }