16 lines
262 B
YAML
16 lines
262 B
YAML
type: object
|
|
required:
|
|
- name
|
|
- type
|
|
properties:
|
|
name:
|
|
description: The name of the Shipping Profile
|
|
type: string
|
|
type:
|
|
description: The type of the Shipping Profile
|
|
type: string
|
|
enum:
|
|
- default
|
|
- gift_card
|
|
- custom
|