The type of item for the line item in the document.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/shipping_type", "title": "shipping_type", "type": "string", "description": "The type of item for the line item in the document.", "enum": [ "shipping" ] }