fun getPicturePath(version: Int?, productIdentifier: String): List<String>
Returns list of picture relative paths .
version
- picture version or null if fresh content needed
productIdentifier
- product identifier
com.srv4pos.server.api.exceptions.ReferenceNotFoundJsonException
- if seller is not found
Return
list of paths or null if not modified (if version parameter is not null and seller has the same version as specified)
See Also