Skip to content

Commit

Permalink
Merge pull request #1793 from willywongi/patch-1
Browse files Browse the repository at this point in the history
Update reference.md
  • Loading branch information
kpodemski authored Apr 17, 2024
2 parents 144772e + a1ec07a commit 25beb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webservice/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,6 @@ When displaying a resource schema in synopsis mode, the API gives some useful in
| | A valid friendly URL (with `PS_ALLOW_ACCENTED_CHARS_URL` enabled). | {{< code >}}/^[_a-zA-Z0-9\x{0600}-\x{06FF}\pL\pS-]+$/u{{< /code >}} |
| isMpn | A valid mpn (Manufacturer Part Number) 40 characters max. | n/a |
| isNegativePrice | A valid price value (including negative price) | {{< code >}}/^[-]?[0-9]{1,10}(\.[0-9]{1,9})?$/{{< /code >}} |
| isPrice | A valid price display method (either PS_TAX_EXC or PS_TAX_INC). | {{< code >}}0|1{{< /code >}} |
| isPrice | A valid price | {{< code >}}/^[0-9]{1,10}(\.[0-9]{1,9})?$/{< /code >}} |
| isProductVisibility | A valid product visibility. | {{< code >}}/^both|catalog|search|none$/i{{< /code >}} |
| isUpc | A valid barcode (UPC). | {{< code >}}/^[0-9]{0,12}$/{{< /code >}} |

0 comments on commit 25beb31

Please sign in to comment.