Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.23 KB

File metadata and controls

15 lines (12 loc) · 1.23 KB

# SfvbFileWriteResponse

Properties

Name Type Description Notes
compiled_path string Path of the compiled output, when writing a .cjson under a theme triggered a compile. [optional]
file \ultracart\v2\models\SfvbFileEntry [optional]
hash_sha256 string New SHA-256. Use as the next If-Match value. [optional]
public_url string Where a shopper's browser will fetch this file, for use in an img src or a background image. Present only for a path outside /themes/, which is served straight off the storefront root. A file inside a theme is absent here because its public URL depends on which theme is active, and guessing it would be worse than omitting it. [optional]
validation \ultracart\v2\models\SfvbValidationResponse [optional]
velocity_errors string Velocity errors recorded by the store. Present means the file was written but is not valid. [optional]
version int New version number. [optional]

[Back to Model list] [Back to API list] [Back to README]