Untitled

 avatar
unknown
plain_text
a year ago
5.1 kB
6
Indexable
            requestBodyRef: {
                type: 'object',
                properties: {
                    is_deactivated: {
                        type: 'boolean'
                    },
                    deleted_by_user_type: {
                        type: 'string'
                    },
                    deleted_by_user_id: {
                        type: 'string'
                    },
                    status: {
                        type: 'string'
                    },
                    is_vat_included: {
                        type: 'string'
                    },
                    metadata: {
                        type: 'string'
                    },
                    product_code: {
                        type: 'string'
                    },
                    country_id: {
                        type: 'string'
                    },
                    countries: {
                        type: 'object',
                        properties: {
                            iso_2: {
                                type: 'string'
                            }
                        }
                    },
                    variants: {
                        type: 'array',
                        items: {
                            type: 'object',
                            properties: {
                                id: {
                                    type: 'string'
                                },
                                min_quantity: {
                                    type: 'number'
                                },
                                title: {
                                    type: 'string'
                                },
                                unit_price: {
                                    type: 'number'
                                },
                                metadata: {
                                    type: 'object',
                                    properties: {
                                        offer: {
                                            type: 'string'
                                        },
                                        ordering_option_id: {

                                        },
                                        ordering_option_label: {
                                            type: 'string'
                                        },
                                        ordering_option_value: {
                                            type: 'string'
                                        },
                                        secondary_ordering_option_id: {
                                            type: 'string'
                                        },
                                        secondary_ordering_option_label: {
                                            type: 'string'
                                        },
                                        secondary_ordering_option_value: {
                                            type: 'string'
                                        },
                                    }
                                }
                            }
                        }
                    },
                    avaliabilty_status: {
                        type: 'string'
                    },
                    current_user: {
                        type: 'string'
                    },
                    title: {
                        type: 'string'
                    },
                    hs_code: {
                        type: 'string'
                    },

                    description: {
                        type: 'string'
                    },
                    brand: {
                        type: 'object',
                        properties: {
                            id: {
                                type: 'string'
                            }
                        }
                    },
                    sub_category: {
                        type: 'object',
                        properties: {
                            id: {
                                type: 'string'
                            }
                        }
                    },
                    sub_sub_category: {
                        type: 'object',
                        properties: {
                            id: {
                                type: 'string'
                            }
                        }
                    },
                    categories: {
                        type: 'array',
                        items: {
                            type: 'object',
                            properties: {
                                id: {
                                    type: 'string'
                                }
                            }
                        }
                    },
                    supplier: {
                        type: 'string'
                    },
                }
            }
Editor is loading...
Leave a Comment