Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StoreShippingService

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:store_shipping_service"
links: { fx:shipping_method: ShippingMethod; fx:shipping_methods: ShippingMethods; fx:shipping_service: ShippingService; fx:shipping_services: ShippingServices; fx:store: Backend.Rels.Store; self: StoreShippingService }

Type declaration

props: { date_created: null | string; date_modified: null | string; shipping_method_uri: string; shipping_service_uri: string }

Type declaration

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • shipping_method_uri: string

    The full API URI of the shipping method defined in our property helpers.

  • shipping_service_uri: string

    The full API URI of the shipping method shipping service defined in our property helpers. Each shipping method will have it's own shipping services.

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc