Types > Supplier
Commerce APITypesSupplier
Supplier

Description

Topic: Suppliers

Fields

address: Address!

Address of the supplier


created_at: String!

Date and time supplier was created

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


currency: String!

Default supplier currency

Example: "USD"


email: String!

Email of the supplier

Example: "supplier@abcinc.com"


id: String!

Unique supplier identifier. See also: Unique Identifiers

Example: "su_EQzGqWoY"


name: String!

Name of the supplier

Example: "ABC Inc."


url: String!

Supplier home page

Example: "http://abcinc.com"


Used By

Mutations

suppliersCreate, suppliersModify

Queries

suppliers

Types

PurchaseOrder, SupplierExpandableItems, SupplierPage, SupplierSearchResult, UnifiedSearchResult, VariantSupplier

Preview (typescript)

Loading module