Location object

Represents the location where the inventory resides.

Fields

  • address ( LocationAddress!)

    The address of this location.

  • handle ( Handle!)

    The location handle.

  • id ( ID!)

    The location id.

  • localPickup ( LocalPickup!)

    Local pickup settings associated with a location.

  • metafield ( Metafield)

    Returns a metafield by namespace and key that belongs to the resource.

    Argument Description
    key ( String! ) required

    The key for the metafield.

    namespace ( String )

    The container the metafield belongs to. If omitted, the app-reserved namespace will be used.

  • name ( String!)

    The name of the location.

Types that return Location

Implements