6 declare(strict_types=1);
22 private $defaultSourceProvider;
27 private $defaultStockProvider;
41 $defaultStockId = $this->defaultStockProvider->getId();
42 $defaultSourceCode = $this->defaultSourceProvider->getCode();
45 'resourcePath' =>
'/V1/inventory/get-sources-assigned-to-stock-ordered-by-priority/' . $defaultStockId,
49 'service' =>
'inventoryApiGetSourcesAssignedToStockOrderedByPriorityV1',
50 'operation' =>
'inventoryApiGetSourcesAssignedToStockOrderedByPriorityV1Execute',
53 if (self::ADAPTER_REST === TESTS_WEB_API_ADAPTER) {
_webApiCall( $serviceInfo, $arguments=[], $webApiAdapterCode=null, $storeCode=null, $integration=null)
testGetDefaultStockToSourceLink()
static getObjectManager()