> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/shipping/llms.txt)
> Source: https://docs.saleor.io/api-reference/shipping/objects/shipping-price-created

# ShippingPriceCreated Object

Event sent when new shipping price is created.

```graphql
type ShippingPriceCreated implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  shippingMethod(channel: String): ShippingMethodType
  shippingZone(channel: String): ShippingZone
}
```

<a id="fields"></a>

### Fields

<a id="issued-at"></a>

#### [`issuedAt`](#issued-at) ● [`DateTime`](/api-reference/miscellaneous/scalars/date-time.md)

Time of the event.

<a id="version"></a>

#### [`version`](#version) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

Saleor version that triggered the event.

<a id="issuing-principal"></a>

#### [`issuingPrincipal`](#issuing-principal) ● [`IssuingPrincipal`](/api-reference/miscellaneous/unions/issuing-principal.md)

The user or application that triggered the event.

<a id="recipient"></a>

#### [`recipient`](#recipient) ● [`App`](/api-reference/apps/objects/app.md)

The application receiving the webhook.

<a id="shipping-method"></a>

#### [`shippingMethod`](#shipping-method) ● [`ShippingMethodType`](/api-reference/shipping/objects/shipping-method-type.md)

The shipping method the event relates to.

<a id="shipping-price-created-shipping-method-channel"></a>

##### [`channel`](#shipping-price-created-shipping-method-channel) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

Slug of a channel for which the data should be returned.

<a id="shipping-zone"></a>

#### [`shippingZone`](#shipping-zone) ● [`ShippingZone`](/api-reference/shipping/objects/shipping-zone.md)

The shipping zone the shipping method belongs to.

<a id="shipping-price-created-shipping-zone-channel"></a>

##### [`channel`](#shipping-price-created-shipping-zone-channel) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

Slug of a channel for which the data should be returned.

<a id="interfaces"></a>

### Interfaces

<a id="event"></a>

#### [`Event`](/api-reference/miscellaneous/interfaces/event.md)
