Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

object

Requires read_products access scope.

Representation of 3d vectors and points. It can represent either the coordinates of a point in space, a direction, or size. Presented as an object with three floating-point values.

Float!non-null

The x coordinate of Vector3.

Float!non-null

The y coordinate of Vector3.

Float!non-null

The z coordinate of Vector3.


Was this section helpful?