getProductImages

@GET(value = "api/v0/product/{barcode}.json?fields=images")
abstract suspend fun getProductImages(@Path(value = "barcode") barcode: String): ObjectNode

Returns images for the current product

Parameters

barcode

barcode for the current product