Update February 27, 2025 (#149)

This commit is contained in:
Kirill
2025-03-02 15:30:08 +03:00
committed by GitHub
parent 1c42f6b3a6
commit 94119c0f39
4 changed files with 186 additions and 10 deletions

View File

@@ -88,7 +88,8 @@ type GetListOfWarehousesResultFirstMile struct {
FirstMileType string `json:"first_mile_type"`
}
// You do not need to specify any parameters in the request. Your company will be identified by the Warehouses ID
// Method returns the list of FBS and rFBS warehouses.
// To get the list of FBO warehouses, use the /v1/cluster/list method.
func (c Warehouses) GetListOfWarehouses(ctx context.Context) (*GetListOfWarehousesResponse, error) {
url := "/v1/warehouse/list"