Optionalmtsku_The MTSKU ID of either a Bundle SKU or a Parent SKU in a fulfillment mapping relationship.Up to 100 comma-separated MTSKU IDs can be queried in one request.All MTSKU IDs must belong to the specified shop_id.When mtsku_ids is omitted, the API returns all fulfillment mapping records with available Bundle SKU stock under the shop. When mtsku_ids is provided, the API returns all matching fulfillment mapping records for the specified Bundle or Parent MTSKUs.For example, given the mapping relationship MTSKU A = MTSKU B + MTSKU C, MTSKU A is the Bundle SKU, while MTSKU B and MTSKU C are its Parent SKUs. The API can be queried using the MTSKU ID of A, B, or C. Regardless of which SKU is queried, the API returns the fulfillment mapping inventory information of MTSKU A and its Parent SKUs.
Optionalnext_The cursor for the next page query. The next_cursor will be returned from the response. If this field is not provided, the query starts from the first page by default.
Optionalpage_The number of records returned by each query. You can fill in value from [1-100].If not filled in, the default value is 100.
Request parameters for get_fulfillment_mapping_inventory_list
This API is designed for sellers using Fulfillment Mapping and their ERP systems.It allows callers to query the corresponding mapping and inventory information using the MTSKU ID of either a Bundle SKU or a Parent SKU, supporting automated inventory reconciliation and planning, improving Parent SKU inventory visibility, and reducing manual operations and cross-channel overselling risks.