19 lines
423 B
TypeScript
19 lines
423 B
TypeScript
/**
|
|
* @schema AdminPostFulfillmentShippingOptionsRulesBatchRemoveReq
|
|
* type: object
|
|
* description: SUMMARY
|
|
* x-schemaName: AdminPostFulfillmentShippingOptionsRulesBatchRemoveReq
|
|
* required:
|
|
* - rule_ids
|
|
* properties:
|
|
* rule_ids:
|
|
* type: array
|
|
* description: The fulfillment's rule ids.
|
|
* items:
|
|
* type: string
|
|
* title: rule_ids
|
|
* description: The rule id's rule ids.
|
|
*
|
|
*/
|
|
|