Search

FBW Supplies (ordersfbw)

This section describes the methods for getting:

FBW Supplies

This section describes the methods for getting:

Information for forming supplies

To access the methods, use a token for the Supplies category

Getting information for forming supplies to WB warehouses:

  1. Acceptance coefficients
  2. Acceptance options
  3. Warehouses list
  4. Transit directions

Acceptance coefficients{{ /api/v1/acceptance/coefficients }}

Описание метода

The method returns the acceptance coefficients for specific warehouses for the next 14 days.

Acceptance for delivery is only available with the following combination of field's values:
`coefficient` — `0` or `1`
and
`allowUnload` — `true`
Request limit per one seller's account:
Period Limit Interval Burst
1 minute 6 requests 10 seconds 6 requests
Authorizations:
HeaderApiKey
query Parameters
warehouseIDs
string
Example: warehouseIDs=507,117501

Warehouse IDs.
By default, data for all warehouses is returned

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Acceptance options{{ /api/v1/acceptance/options }}

Описание метода

The method returns information about warehouses and package types available for supply. The warehouses list is determined by product's barcode and quantity

Request limit per one seller's account:
Period Limit Interval Burst
1 minute 6 requests 10 seconds 6 requests
Authorizations:
HeaderApiKey
query Parameters
warehouseID
string
Example: warehouseID=507

Warehouse ID.
If the parameter is not specified, data for all warehouses is returned.
Maximum is one value

Request Body schema: application/json
required
Array (<= 5000 items)
quantity
integer [ 1 .. 999999 ]

Total quantity of products planned for supply.
Maximum 999999

barcode
string

Barcode from the card of the product

Responses

Request samples

Content type
application/json
[
  • {
    },
  • {
    }
]

Response samples

Content type
application/json
{
  • "result": [
    ],
  • "requestId": "kr53d2bRKYmkK2N6zaNKHs"
}

Warehouses list{{ /api/v1/warehouses }}

Описание метода

The method returns Wildberries warehouses list.

Request limit per one seller's account:
Period Limit Interval Burst
1 minute 6 requests 10 seconds 6 requests
Authorizations:
HeaderApiKey

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Transit directions{{ /api/v1/transit-tariffs }}

Описание метода

The method returns information about available transit directions.

Request limit per one seller's account:
Period Limit Interval Burst
1 minute 6 requests 10 seconds 10 requests
Authorizations:
HeaderApiKey

Responses

Response samples

Content type
application/json
[
  • {
    },
  • {
    }
]

Supplies Information

To access the methods, use a token for the Supplies category

Getting information about product supplies for storage in WB warehouses:

  1. Supplies list
  2. Supply details
  3. Supply products
  4. Supply package

Supplies list{{ /api/v1/supplies }}

Описание метода

The method returns a list of supplies, the last 1000 supplies by default.

Request limit per one seller's account:
Period Limit Interval Burst
1 minute 30 requests 2 seconds 10 requests
Authorizations:
HeaderApiKey
query Parameters
limit
integer [ 1 .. 1000 ]
Default: 1000

Number of objects in the response

offset
integer
Default: 0

From which element to start outputting data

Request Body schema: application/json
required
Array of objects (models.DateFilterRequest)

Filter by dates

statusIDs
Array of integers (models.HandySupplyStatus)
Items Enum: 1 2 3 4 5 6 7

Filter the supply by statuses. Possible values:

  • 1 — Not planned
  • 2 — Planned
  • 3 — Unloading allowed
  • 4 — Accepting
  • 5 — Accepted
  • 6 — Unloaded at the gate

Responses

Request samples

Content type
application/json
{
  • "dates": [
    ],
  • "statusIDs": [
    ]
}

Response samples

Content type
application/json
[
  • {
    },
  • {
    },
  • {
    }
]

Supply details{{ /api/v1/supplies/{ID} }}

Описание метода

The method returns supply details by ID.

Request limit per one seller's account:
Period Limit Interval Burst
1 minute 30 requests 2 seconds 10 requests
Authorizations:
HeaderApiKey
path Parameters
ID
required
integer

ID of the supply or the order

query Parameters
isPreorderID
boolean
Default: false

Search by:

  • true — order ID, if you pass the order ID in ID
  • false — supply ID, if you pass the supply ID in ID

Responses

Response samples

Content type
application/json
{
  • "phone": "+7 903 *** 98 62",
  • "statusName": "Принято",
  • "boxTypeID": 5,
  • "boxTypeName": "Монопаллеты",
  • "createDate": "2025-07-15T17:17:45+03:00",
  • "supplyDate": "2025-07-15T00:00:00+03:00",
  • "factDate": "2025-07-18T11:37:32+03:00",
  • "updatedDate": "2025-07-18T12:59:53+03:00",
  • "warehouseID": 507,
  • "warehouseName": "Коледино",
  • "actualWarehouseID": 507,
  • "actualWarehouseName": "Коледино",
  • "transitWarehouseID": null,
  • "transitWarehouseName": "",
  • "acceptanceCost": 5000,
  • "paidAcceptanceCoefficient": 10,
  • "rejectReason": null,
  • "supplierAssignName": "Магазн",
  • "storageCoef": "215",
  • "deliveryCoef": "200",
  • "quantity": 10,
  • "readyForSaleQuantity": 0,
  • "acceptedQuantity": 10,
  • "unloadingQuantity": 10,
  • "depersonalizedQuantity": 0
}

Supply products{{ /api/v1/supplies/{ID}/goods }}

Описание метода

The method returns information about the products in the supply.

Request limit per one seller's account:
Period Limit Interval Burst
1 minute 30 requests 2 seconds 10 requests
Authorizations:
HeaderApiKey
path Parameters
ID
required
integer

ID of the supply or the order

query Parameters
limit
integer [ 1 .. 1000 ]
Default: 100

Number of objects in the response

offset
integer
Default: 0

From which element to start outputting data

isPreorderID
boolean
Default: false

Search by:

  • true — order ID, if you pass the order ID in ID
  • false — supply ID, if you pass the supply ID in ID

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Supply package{{ /api/v1/supplies/{ID}/package }}

Описание метода

The method returns information about the package of the supply.

Request limit per one seller's account:
Period Limit Interval Burst
1 minute 30 requests 2 seconds 10 requests
Authorizations:
HeaderApiKey
path Parameters
ID
required
integer

Supply ID

Responses

Response samples

Content type
application/json
[
  • {
    }
]