Revision 1afa3acb
Von Jan Büren vor etwa 3 Jahren hinzugefügt
SL/ShopConnector/Shopware6.pm | ||
---|---|---|
581 | 581 |
} catch { |
582 | 582 |
die "Malformed JSON Data: $_ " . $ret->responseContent(); |
583 | 583 |
}; |
584 |
|
|
585 |
# maybe no product was found ... |
|
586 |
return undef unless scalar @{ $data_json->{data} } > 0; |
|
584 | 587 |
# caller wants this structure: |
585 | 588 |
# $stock_onlineshop = $shop_article->{data}->{mainDetail}->{inStock}; |
586 | 589 |
# $active_online = $shop_article->{data}->{active}; |
Auch abrufbar als: Unified diff
get_article, um Rückgabewert erweitert, falls kein Produkt gefunden wurde