Files
medusa-store/www/utils/generated/oas-output/schemas/AdminShippingOptionDeleteResponse.ts
github-actions[bot] d6dcda5b8f chore(docs): Updated API Reference (v2) (#8929)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
2024-09-02 07:45:24 +00:00

27 lines
563 B
TypeScript

/**
* @schema AdminShippingOptionDeleteResponse
* type: object
* description: SUMMARY
* x-schemaName: AdminShippingOptionDeleteResponse
* required:
* - id
* - object
* - deleted
* properties:
* id:
* type: string
* title: id
* description: The shipping option's ID.
* object:
* type: string
* title: object
* description: The name of the deleted object.
* default: shipping_option
* deleted:
* type: boolean
* title: deleted
* description: Whether the Shipping Option was deleted.
*
*/