Files
medusa-store/www/utils/generated/oas-output/schemas/AdminFulfillmentSet.ts
github-actions[bot] edc19e748b chore(docs): Updated API Reference (v2) (#8954)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2024-09-03 07:18:42 +00:00

53 lines
1.2 KiB
TypeScript

/**
* @schema AdminFulfillmentSet
* type: object
* description: The fulfillment set's parent.
* x-schemaName: AdminFulfillmentSet
* required:
* - id
* - name
* - type
* - location
* - service_zones
* - created_at
* - updated_at
* - deleted_at
* properties:
* id:
* type: string
* title: id
* description: The parent's ID.
* name:
* type: string
* title: name
* description: The parent's name.
* type:
* type: string
* title: type
* description: The parent's type.
* location:
* $ref: "#/components/schemas/AdminStockLocation"
* service_zones:
* type: array
* description: The parent's service zones.
* items:
* $ref: "#/components/schemas/AdminServiceZone"
* created_at:
* type: string
* format: date-time
* title: created_at
* description: The parent's created at.
* updated_at:
* type: string
* format: date-time
* title: updated_at
* description: The parent's updated at.
* deleted_at:
* type: string
* format: date-time
* title: deleted_at
* description: The parent's deleted at.
*
*/